Results 1 to 5 of 5

Thread: Not opening Link In Mobile Device

  1. #1
    Join Date
    Jan 2010
    Posts
    74

    Not opening Link In Mobile Device

    Hello, I am trying to open the Web page from S60 Widget application with the help of the APATANA Emulator, and it is opening that link. But, when I try to open that in the Nokia E71 Mobile Device, it is not opening that. If you are having any solution for that then please provide that to me. I will be thankful to you.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Not opening Link In Mobile Device

    Hello, I am also getting the same problem. If you are having any solution for the code below then please provide that. I want to know whether there is any problem in my code or not:
    Code:
    <html>
    <head>
      <script type="text/javascript">
    	function test (urllink) {
    	   newwindow = window.open( urllink ,'test')
    	}
      </script>
    </head>
    <body>  
      <a href="javascript:test('http://www.techarena.in')">google</a>
      <form>
        <input type="button" value="Close" onClick="window.newwindow.close()">
      <form>
    </body>
    </html>

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Not opening Link In Mobile Device

    Hello, I think you must need to make use of the widget.openURL() method in your program for getting the solution. I don't think that there would be any other problem exist. If you need to make use of that in your program then simply add that in the WRT Widget and get the solution for your problem. I think this will solve your problem.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Not opening Link In Mobile Device

    Hello, you must need to make use of the code below for this purpose:
    Code:
    <script type="text/javascript">
    		function widget(test, check){
    			if (test) {
    				return true;
    			}
    			var target = '_blank';
    			var url = "http://www.techarena.in";			
    			if (check) {
    				check = '';
    			}
    			if (test.target == '') {
    				target = test.target;
    			}
    			newwindow = widget.openURL(url);			
    			return true;
    		}
    </script>
    <a href="#" onclick="return widget(this);">Techarena</a><br/>	
    <input type="button" value="Close" onClick="widget.newwindow.close()">

  5. #5
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Not opening Link In Mobile Device

    Hello, I think you must need to check the settings from your mobile. If you checkout that then you will able to get the solution for your problem. As if you are getting the problem even if you are having right code, then you must need to check whether the problem exist in your mobile. It may possible that you have blocked the link in your mobile and that is why you are getting the problem.

Similar Threads

  1. Opening the modem device failed with error 000005aa
    By dave@at in forum Windows XP Support
    Replies: 1
    Last Post: 20-03-2013, 06:32 PM
  2. Getting error while opening sound device in audacity
    By Sereno in forum Windows Software
    Replies: 8
    Last Post: 09-03-2012, 10:48 PM
  3. Replies: 2
    Last Post: 15-02-2012, 08:06 PM
  4. Yahoo Mail problem opening attachments link to download
    By Sindu in forum Technology & Internet
    Replies: 4
    Last Post: 13-06-2010, 06:44 AM
  5. Class Not Registered Error Prevents Device Manager from Opening
    By Leo Pold in forum Vista Hardware Devices
    Replies: 1
    Last Post: 16-10-2007, 05:12 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,153,220.00250 seconds with 16 queries