Accessing JSP file from widget
Accessing JSP file from widget
- Subject: Accessing JSP file from widget
- From: Saritha A <email@hidden>
- Date: Thu, 19 Jul 2007 15:42:02 +0530
Hi all,
I am having one issue with the widget, I am unable to call any JSP
file from the widget's html page, i have used the following code in
the widget html:
<input type="button" apple-
part="com.apple.Dashcode.part.glassbutton" class="apple-no-children"
id="glassbutton" apple-group="glassbutton" value="Login"
onClick="javascript:login()">
function login()
{
window.location.href= "http://127.0.0.1:7080/common/Login.jsp";
}
Application is hanging when i perform the above operation.
so please help to resolve this
Thanks in advance,
Saritha
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden