I am downloading an XML file to my browser using window.open(myUrl, "").
However, the XML file is opened first, forcing the user to selcet "save as" etc.
Is there a way to open by...
Hi experts,
My form contains several operations, some of it are 'GET' by nature, others are 'POST' by nature.
What would be the best way to define the form such that it will support both ?
...
I also found out that the CGI's "REQUEST_METHOD" is "GET", altough looking at the protocol analyzer I see:
"POST /mcc7500/cgi-bin/gcmconfwebappl HTTP/1.1 (application/x-www-form-urlencoded)"
My HTML submits a form as following:
<FORM id=form1 name=form1 onsubmit="return submitForm();"
action="" method=post> (now comes defintion of some fields..)
function submitForm()
{
if...
Your advise helped, of course, but the printing of all lines begins in start of line, for example: myRef.document.writeln(" whatever works... <br>") ; does not seem to print the...
Hi guys,
Is there a way to define a text input field such that the acceptable characters are limited, for example to {0-9, "-", ",",), or any other group of charecters ?
Just one small question - why did you use "if (ranges[i])" in the loop
"for (var i = 0; i < ranges.length; i++)", is there any option that ranges[i] will be null or an empty...
I need to implement a regular expression to a string of the following format:
(similar to microsoft's word printing page selection)
1,2,4-6
1-3,5,7-15
etc.
Hi,
When creating a "FILE" field, a "Browse" button is displayed.
Pressing it run the file browser. The file browser itself has a field called "Files of type". Can I make it to contain by default...