I have several forms in a page. I want to access a repeating field from those forms but I want to avoid one particular form. I tried to access the name but I can't. This is how I tried it..
for (var iForm = 0; iForm < document.forms.length; iForm++) {
if ((document.forms[iForm].name !=...
Hi all.
I want to pass this value: "http://myURL.org.me/kb#academic".
I want to make my link to open a window with the value as one of the parameter. My call was like:
javascript:newwindow(1,http://cognet.org.me/kb#academic)
For the second parameter the function only read the...
I need to create a text-base menu. I need the user to key-in the option they choose. How to get their input?
I've tried to use "chioce" command but it's no longer available in W2k env.
Thanks.
Hi guys.
I have a problem in altering a column. I run an SQL command in SQL v7 sp2. I used this line:
Alter Table MyTable
Alter Column MyField char(20)
I run this script in two databases from the SQL query analyzer. It responsed differently. On one database is working but on the other, 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.