Hi,
I am writing a page and have been provided with a flash.
The client wants to be able to click on the flash and go to the first page of the site .... I tried to just wrap the whole thing in < a href="....")> <object> flash stuff </object. </a>
but that didn't work ...
Jeff,
that was it exactly ... One thing to note, in order for the list to scroll I needed to advance the index in the drop down list in my evalKey() function, and I had to also force the tab advance to the next field.
But I got my wish, I can pop out my windows on a the up/down scroll ...
Hi,
I am using the onkeypress event in a select list and have no problem catching keys from in main keyboard, however, I would like to capture the down arrow, but I don't seem to be able to do that with the onkeypress.
My goal is, as a list is scrolled, I would like to display using...
Hi,
Thanks for the response, I tried your suggestion with the .jsp addressed with the slash, I still get the same problem. Any other thoughts anyone ?
BTW, thanks for the tip on the foward and re-direct, I did not know that. If I am sharing a bean in a request though, I need to use the...
I am running jsp in jakarta/tomcat as a stand alone and am having the following problem.
I have a form that has the following tag
<FORM name='NewSelections' method="post" action="/servlet/com.servlets.MainController"
the doPost in the servlet lands on the following actions...
Hi gerrygerry,
e-mail would be good if you can still help. I have a cc: line as well that needs to go on there.
I really appreciate your input. When I have it all figured out, I will come back here and post the final thing that works, so the problem will be solved for someone in the...
gerrygerry !!
thanks so much for the help ... i am not experienced at all in php ..... where, on my ISP server do I put the scripts, do they go in the cgi-bin ?
I am so glad you are willing to help me ..
my e-mail is nibleto@hotmail.com
niblet
thanks gerrygerry and toddww, I look forward to seeing those scripts, I'll start looking on my own as well.
I have a cgi-bin.... can I do something with that ?
HI
I am working on a project and I need to mail the contents of a form, I am using the mailto and building the cc?subject&content and that works fine, but the mail doesn't send. It opens up into a window, for now I am forcing that with window.location = "themailstring" because I...
I figured this out and thought I would say what I found.
I had the onLoad=initForm(test) ... where test is the name of the form in the document. This worked fine in IE
I changed it to onLoad=initForm(document.test)and all the form fields that were stored in the cookie were filled in for both...
Hi,
I have a bunch of validation, cookie, rollover et. al functions that I would like to keep in separate re-usable
files, and write site specific .js files for individual site needs.
Is there a way to include .js files inside of .js files the way you do in c or java ?? can someone give me an...
Happy New Year ...
I am using the following code to remember the values of forms. This works in IE, when I come back to the form all the values are set to the last entry value, that is what I want.
I know the cookies are being set in NN6 as I can see the values by looking in the cookie...
How embarrassing ....
I got it, there's a semi colon after the for condition statement ... making the j value invalid in later statements. I didn't even see that until I read the posting again.... so it did help to write this, but no big mystery to be solved here, just tired eyes ...
Hi,
I was wondering what I am doing wrong here, I want to be
able to generically save the contents of a form to a cookie, without hardcoding the names of the fields in my
code. I saw some examples where the script looped through
the elements of a form and extracted the information using
the...
Hi !
I have a form and am using the ACTION mailto ...
ACTION="mailto:nibleto@hotmail.com"
When I test the form in IE the contents of the form show up in the body of the e-mail, when I test in Netscape it does not.
does mailto not work as an action with netscape, current version...
Hi,
I have sort of solved it, I have a script now that tests for the presense of frames when the page is called from the href, and if the frame is not present, it opens the frames page and puts the correct page in the frames.
This is working, for what I wanted it to do. The code works on a...
Hi Nippi,
Actually, that made the right page come up, but not in the frame page, in an new page all by itself. I need the top frame with the info banner to come up as well. I have used that tac before, but for when the frames were on the same page as the button, Here the button is on a...
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.