John,

Thanks for your reply.

> A) Make sure the windows.open has the open parens '(' on the same
> line. I assume google groups did the line breaking this way, not you.
>
> B) Change '_blank' to anything else, ex 'name'. Use of the _blank is
> not the issue. But do you use the _blank anywhere else in the
> Javascript name space? If you do it might be causing a conflict.

Adjusting my code did not solve the problem.


> Other than that I don't see a problem. Can you post how you invoke the
> function here on the list?

I invoke the function in a view:

{{=A(event.event,_href="javascript:eventlistdetails('%s')"%URL
(r=request,f='eventdetails',args=[event.id]))}}

In Firefox the address in the master window reads like:
javascript:eventlistdetails('/demo/site/eventdetails/2')
and in the details window: http://127.0.0.1:8000/demo/site/eventdetails/2

In Safari the address in the master window reads like:
http://127.0.0.1:8000/demo/site/eventlist
and in the details window it doesn't display, because of the
attributes in the window.open()


I hope I provided you with sufficient information to help me solve the
problem.


Kind regards,

Annet.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to