Re: Using Static HREF - Session Problems
Re: Using Static HREF - Session Problems
- Subject: Re: Using Static HREF - Session Problems
- From: Jonathan Rochkind <email@hidden>
- Date: Tue, 16 Sep 2003 10:11:43 -0500
What is the static URL being called by your javascript? It sounds to me
like somehow it's ending up a URL that _does_ point at your WO app, even
though you mean it to point at some other static page entirely outside your
WO app. If my guess is correct, then we'd have to look at exactly what
this URL is to figure out why it's doing that.
At 11:44 PM 9/15/2003 -0700, MadBrowser wrote:
First off, thanks to everyone on this list. I'm obviously still learning
WO and you guys have been really helpful.
I am having a problem with a static A HREF in one of my Web components...
Basically this link looks like this:
<a href="javascript:cal1.popup();"><img src="/img/cal.gif" width="16"
height="16" border="0" alt="Click Here to Pick up the date"></a>
What this does is open a small window that contains a calendar widget. The
JavaScript itself does a little processing and then displays another HTML
page that lives outside my Web application.
When I click on it, the small window opens up, no problem. The problem is
that the window contains an error that there is no session available...
Now, obviously my static HREF won't have a session id in the URL... What
I'm confused about is why it is required... The JavaScript is outside of
my WO app. Shouldn't this HREF just act like calling any other external page?
Any help on this is appreciated.
Thanks,
Hunter
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.