Re: php and javascript error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ed Curtis wrote:
> Németh Zoltán wrote:
>> 2007. 03. 7, szerda keltezéssel 10.59-kor Ed Curtis ezt írta:
>>
>>> I've just run into this problem this morning....
>>>
>>> <a href="#"
>>> onclick="javascript:window.open('web_forward.php?address=<? echo
>>> $web_url; ?>&agent=<? echo $agent; ?>&real_company_name=<? echo
>>> $real_company_name; ?>', 'Web Site');">
>>>
>>> This produces an "Error on Page" in IE 7, but works perfectly in
>>> Firefox and Netscape.
>>>
>>> I have several other javascript calls on the page where this call
>>> resides and all of them work perfectly except for this one. Does
>>> this error occur because I'm sending the variables to another script
>>> that does some logging then forwards the user to the URL or is it
>>> just a IE quirk?
>>>
>>
>>
>> I'm almost sure it has nothing to do with php
>> rather javascript, and maybe microsoft's special javascript
>> interpretations...
>
> I know it's not the PHP but rather the JS that's causing it. What I
> fail to understand is that there are 2 JS calls before, and 2 JS calls
> after this one in my page and the other 4 work perfectly. They are
> basically the same call too, just to different scripts. I just
> wondered if anyone  knew why this particular call doesn't work or had
> come across anything like this.
>
> Thanks
    Sidenote: In new standard of HTML, it's no longer necessary to write
onclick="javascript:window.open(.....
but you could write
onclick="window.open(.....

    Could you paste the generated code to show us?  You could paste it
back to a static page and try again to see what's wrong.



----------
* Zoner PhotoStudio 8 - Your Photos perfect, shared, organised! www.zoner.com/zps
  You can download your free version.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux