473,320 Members | 1,991 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

small comment about my last question:My Javascript function doesn't work with FireFox

I used FireFox Jscript debuging capabilities but it says:
frm variable doesn't have the property Action
function submitForm(frm,action){
frm.action=action; frm.submit(); return(false) }
http://www.webfreeguide.com

Jul 23 '05 #1
2 1300
Amir wrote:
I used FireFox Jscript debuging capabilities but it says:
frm variable doesn't have the property Action
function submitForm(frm,action){
frm.action=action; frm.submit(); return(false) }

<A href="" onclick="return
submitForm(document.forms['myFormName'],'\mydir\mypage.asp')">
sample link</A>
Mi ck.

Jul 23 '05 #2
Lee
Amir said:

I used FireFox Jscript debuging capabilities but it says:
frm variable doesn't have the property Action
function submitForm(frm,action){
frm.action=action; frm.submit(); return(false) }
http://www.webfreeguide.com


Yes. That's because you're not passing a form reference to your function.

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Arthur Connor | last post by:
Below you will find the first lines of my HTML page. Why doesn't popup a dialog window ? I click the Html page which is on my hard disc. A IE 5.5 browser window opens but not a dialog window...
6
by: Alex Rast | last post by:
First of all, this is not a programming question. I'm a user, not programming in JavaScript. I'm not, however, a novice user or even a power user - I certainly know programming intimately as well...
5
by: Csaba2000 | last post by:
I thought assigning one function to another was fairly straightforward, as the example below illustrates. So I was really surprised that IE 6 showed the alert while Firefox 1.0.1 failed. It's...
2
by: Craig G | last post by:
i have the following jscript function function OpenLookup(idname, lookupName, postBack) { var strReturn; strReturn=window.showModalDialog('frmLookup.aspx?LOOKUP=' + lookupName +...
1
by: Charlie | last post by:
Hi: In FireFox and Netscape, images show placeholders while downloading. I don't like the way this looks. Is there any way to make it like IE where no placeholder is shown while image are...
1
by: gkellymail | last post by:
I have a small javascript/html code below that demonstrates that problem I'm having in a larger program. I've tried all kinds of things to get it to work, but it just won't do what I want. I've...
1
by: Mtek | last post by:
Hi, I have a form which puts out a hidden DIV like this: <DIV id='invalid' style="display:none"><img src="../images/ flyer.jpg"></DIV> So, the DIV is hidden until the customer performs...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.