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 !=...
I got it. I used the escape() function and it works!
@cLFlaVA
I need such kind of data because the URL-like data is not a real URL but it is a kind of an ID in my database.
Anyway, thanks to all for the help.
Gabriel
Hi Nick & cLFlaVA.
The thing is, that value actually is from a variable. Maybe I should put all the things in more complete. Please have a look... I also have done what cLFlaVA asked.
The function...
function newwindow(myTp,myURI)
{
if (myTp==1) {
window.open('UIClass.php?shwTp=' + myTp +...
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.