I have teh parent page parent.htm that has a hyperlink that opens another page called child.htm i want a hyperlink from child.htm that sets the focus back to parent.htm and closes itself. par...
Hi:
Well, we recently made a PHP program for a customer, and after some time it stopped working. After debugging it we found out that someone at the customer had altered the source code.
...
When I visited http://www.uml.org/ through latest IE browser, it says "stack overflow at line 519" (a javascript type alert window).
The content in line 519 was just some text "webmaster@om...
I have a formview with a dropdown list. This is asp.net 2.0. The formview and the dropdownlist are not on the same datasource.
The formview will open the items in the itemtemplate mode...
I developed a simple client-side application that runs through a web browser such as IE, and can connect to and modify a local access database while the user is interacting with html based pag...
Hi,
I have a form that submits to a database, and I do a Replace() to convert ' to '' however, I'd like to do this for double quotes, and might as well do everything else.
I've been l...
I would like to code some HTML that would make my text appear by scrolling on the page. It is a simple html command - cascade or similar, which I have used before but can't remember it. All ...
Hi folks I'm an access VBA developper.
I've got a client with an access database (back/front end) system, some users just need to be able to see records without editing etc so I figured it wo...
if i use <table width="100%"> it will fit exactly on any paper size. or I need to use with in centiment then it will fit to a4 paper
I'm using a FormView to display data from a SQL Server database. One of the fields needs to display the time. Currently using the following:
<asp:TextBox ID="txtTime" runat="server" Text=...
Is it possible to call a WIN API in vbscript? I want to use the following API in a HTML document using vbscript:
Private Declare Function NetMessageBufferSend Lib _
"NETAPI32.DLL" (yServ...
I have a scrollable panel located within a ASP.NET UpdatePanel. after the asyncpostback is done, I would like the panel to be scrolled to the bottom. How please?
Quick one for anyone good with regular expressions.
Ok, say I have a XML file with this layout.
<event time="23424" name="2325">
<param name="5645645" data="1231">
<param ...
Need to implement the use of function Keys on a web page w/javascript, in the next form:
OnKeyPress = F1 = location.newurl = 'page1.html'
OnKeyPress = F2 = location.newurl = 'page2.htm...
I just can't seem to figure this one out. I have a table element like so:
<td id=category style="visibility: hidden">
<a href="myUrl1">some text</a>
<br><a href="myUrl2">some more text</a...
I need to be able to print an entire website that is located on our local network. It is a manual that employees refer to for instructions, and has over 100 pages.
What I would like to do,...
Hi expert,
I am using c# on server side and javascript on client side. I want to use one string for which OI am using escape() function of javascript. Now I want to unescape it on server s...
Hi
I am getting the following error from an ASP script:
Server object error 'ASP 0177 : 80004005'
Server.CreateObject Failed
--filename edited---, line 168
The operation complet...
My website requires lots of security, so my pages are served over https. However, many of my IE users are getting the following error message:
Do you want to display secure and nonsecure i...
Can anybody point out why this javascript validation is not working.
I need to validate the page from accepting negative numbers:-
0 is ok
-1 to - whatever should give an alert.
Than...
I am creating a text file from an ASP page using vbscript. I need to ensure that the fields I am writing are of proper length , no matter what the input data is. For instance my part numbe...
I am using the following code to print a label "print.html":
<HTML>
<HEAD>
<SCRIPT LANGUAGE=VBScript>
Sub Btn1_onclick()
Dim DymoAddIn, DymoLabel
Set DymoAddIn = CreateObject("DYMO.DymoA...
I'm using modal window to open a window.
"Web Page Dialog" gets appended to whatever title is specified in <TITLE> tag.
Does anyone know how to remove "Web Page Dialog" from the title.
...
I installed visual studio 2005 team edition. I am getting a 'Project creation Failed' whenever I try to create a new project. I also get plenty of package load failures. when I try to do thing...
I am trying to do a impelement a b2b integration with our suppliers and I am stuck in the first step.
I need to send a XML file to the supplier's website read the XML response and redirect th...