Hi
I try to open and close web page from S60 Widget Application in following way,
but problem is that it's work in APATANA emulator but do not work on mobile device.
I am tested on Nokia E71 mobile device.
Please tell me anybody have any solution or any idea.Code:<html> <head> <script type="text/javascript"> function newwin (urllink) { newwindow = window.open( urllink ,'newwin') } </script> </head> <body> <a href="javascript:newwin('http://www.google.com')">google</a> <form> <input type="button" value="Close" onClick="window.newwindow.close()"> <form> </body> </html>
Thank you in advance.
Tanya

Reply With Quote






