Using Static HREF - Session Problems
Using Static HREF - Session Problems
- Subject: Using Static HREF - Session Problems
- From: MadBrowser <email@hidden>
- Date: Mon, 15 Sep 2003 23:44:44 -0700
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.