Re: How not to enter an ID number when it's irrelevant (was: Re: Problem with navigate function in Firefox)

2008-11-01 Thread Alon Altman
The ID must past checkum. See attached file. On Fri, Oct 31, 2008 at 1:29 PM, sara fink [EMAIL PROTECTED] wrote: then invent some id that looks valid and not 111. On Fri, Oct 31, 2008 at 7:28 PM, Dotan Cohen [EMAIL PROTECTED] wrote: 2008/10/31 Omer Zak [EMAIL PROTECTED]: I'd like to

Re: Problem with navigate function in Firefox

2008-10-31 Thread David Ronkin
The site is: http://www.bezeqint.net/JobView.aspx?cc=01040504id=1482http://www.bezeqint.net/JobView.aspx?cc=01040504id=1482 I wrote them - but it only helps when many people do that. I still will be glad if anyone has some faster solution . Thanks! -David 2008/10/31 Dotan Cohen [EMAIL

Re: Problem with navigate function in Firefox

2008-10-31 Thread Dotan Cohen
2008/10/31 David Ronkin [EMAIL PROTECTED]: The site is: http://www.bezeqint.net/JobView.aspx?cc=01040504id=1482 I wrote them - but it only helps when many people do that. I still will be glad if anyone has some faster solution . I will write to them, that is quite the reason that I asked!

Re: Problem with navigate function in Firefox

2008-10-31 Thread Shlomi Fish
On Friday 31 October 2008, Dotan Cohen wrote: 2008/10/31 David Ronkin [EMAIL PROTECTED]: The site is: http://www.bezeqint.net/JobView.aspx?cc=01040504id=1482 I wrote them - but it only helps when many people do that. I still will be glad if anyone has some faster solution . I will

How not to enter an ID number when it's irrelevant (was: Re: Problem with navigate function in Firefox)

2008-10-31 Thread Omer Zak
On Fri, 2008-10-31 at 17:17 +0200, Shlomi Fish wrote: On Friday 31 October 2008, Dotan Cohen wrote: 2008/10/31 David Ronkin [EMAIL PROTECTED]: The site is: http://www.bezeqint.net/JobView.aspx?cc=01040504id=1482 I wrote them - but it only helps when many people do that. I

Re: How not to enter an ID number when it's irrelevant (was: Re: Problem with navigate function in Firefox)

2008-10-31 Thread Dotan Cohen
2008/10/31 Omer Zak [EMAIL PROTECTED]: I'd like to write to them too. But the contact form here: http://www.bezeqint.net/contactus.html Requires one to enter the I.D Number which I'm reluctant to do. You can try to enter all-zeroes ID number. I did this in another Web site (I don't

Re: How not to enter an ID number when it's irrelevant (was: Re: Problem with navigate function in Firefox)

2008-10-31 Thread sara fink
then invent some id that looks valid and not 111. On Fri, Oct 31, 2008 at 7:28 PM, Dotan Cohen [EMAIL PROTECTED] wrote: 2008/10/31 Omer Zak [EMAIL PROTECTED]: I'd like to write to them too. But the contact form here: http://www.bezeqint.net/contactus.html Requires one to enter the

Re: How not to enter an ID number when it's irrelevant (was: Re: Problem with navigate function in Firefox)

2008-10-31 Thread Dotan Cohen
2008/10/31 sara fink [EMAIL PROTECTED]: then invent some id that looks valid and not 111. Or use somebody else's: http://www.google.com/search?q=%22%D7%9E%D7%A1%D7%A4%D7%A8+%D7%AA%D7%A2%D7%95%D7%93%D7%AA+%D7%96%D7%94%D7%95%D7%AA%3A%22 -- Dotan Cohen http://what-is-what.com

Problem with navigate function in Firefox

2008-10-30 Thread David Ronkin
Hi all, I tried to click a button on some IE-oriented site with Mozilla, but got Error: navigate is not defined Source File Here is the button code: img width=158 height=48 border=0 style= onclick=navigate('JobView.aspx' + document.location.search + 'amp;is_form=1') src=img/Send_Cv.jpg/ Can

Re: Problem with navigate function in Firefox

2008-10-30 Thread ik
Whats wrong with location.href ?! that is location.href = 'JobView.aspx' + document.location.search + 'amp;is_form=1'; On Fri, Oct 31, 2008 at 12:05 AM, David Ronkin [EMAIL PROTECTED] wrote: Hi all, I tried to click a button on some IE-oriented site with Mozilla, but got Error: navigate is

Re: Problem with navigate function in Firefox

2008-10-30 Thread Dotan Cohen
2008/10/31 David Ronkin [EMAIL PROTECTED]: Hi all, I tried to click a button on some IE-oriented site with Mozilla, but got Error: navigate is not defined Source File Here is the button code: img width=158 height=48 border=0 style= onclick=navigate('JobView.aspx' +