Bob, did you try using my suggestion? It will work. You will have to do the submitting first before closing. The closing will be instantaneously executed after the submitting the parent form.
For your other edit button, you will simply just put another javascript onclick action such as...
I am not too good trying to understand your code but i think you can reduce a lot of lines by converting ur Array declaration to
fieldName = Array ("People_BusinessName.tbl_people", "...", "...")
I joined the 2 fields together to 1 array because the code does not...
Just a reminder, users can also press the enter key that can cause the form to submit. Under such cases, the onClick action would be ignored. It may be better to put the calling just at
<form onSubmit="opener.document.forms['SubmitThread'].submit(); window.close();">
rgds,
Nickson
Hi,
I have a Form that comprises of abt 50 entries in the same page. Most of the entries can only have 1 value except for 3 entries which can have multiple values. There is no constraints imposed on each other for these 3 entries.
Under such circumstances, how should the database tables to...
Though this may not be what you want, I would recommend you to keep a text log instead. It uses very little resources. Personally I log my users during login and logout for my system using the following subroutine.
<%
Const ForAppending = 8
Sub WriteToLog(myText)
Dim fso
Dim ts
Dim...
Hi,
Basically, I need to retrieve the values from my database and put these values into a Excel file (a template file). After completion of the generation, I need to save the file and let the user retrieve it.
How best should I accomplish the above? If VBA is used, wouldn't there be problems...
lol... that was funny on the <input type="button" value="Always On Top">. You brighten my day with this joke since I hitting with lots of scripting problem today!
Anyway, what I wanted is a button that is always at a fix location(lower right corner) in the browser. The...
Hi lovejaeeun,
basically all the statements before the redirection will be processed. Anything after will not be processed since processing is now redirected to the new page.
You have to note that the redirection will not bring across the variables values. You can use Session variables or...
Hi,
Can someone teach me how to do a "Always On Top Button"
using the simplest code possible? I only need it to work in IE.
Thx in advance.
rgds,
Nickson
HI,
Can someone teach me how to do a "Always On Top Button"
using the simplest code possible? I only need it to work in IE.
Thx in advance.
rgds,
Nickson
Hi,
I've created a web page that exports the data directly to Excel using "Response.ContentType = "application/vnd.ms-excel". But it does not open in machines with IE 5.5. I've tried on machines with IE 6 and they work perfectly!
For IE 5.5, the screen just appears blank and it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.