473,385 Members | 1,983 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

MSIE 6.0 browser doesn't read html links on Windows Mobile 6.5

Hi guys,
I have a windows mobile application that has html pages generated on the fly (some pages have links in them). With the new browser MSIE 6.0 the links on the pages are not read as links. Basically nothing happens when you click on them...it just creates a dotted border around the links. Has anybody experienced the same issue? My target platform is Windows Mobile 6.5, my target browser is MSIE 6.0. The links work in previous platforms (Windows Mobile 5.0/6.0).

This is my code for displaying data in a web browser:
**************************************************
String sData = "<HTML><HEAD><TITLE>My Test Page</TITLE></HEAD><BODY>My Test Page<br/><br/>My test link: <a href=\"http://www.google.com\">www.google.com</a></BODY></HTML>";

webBrowser.DocumentText = sData;
**************************************************

Thank you.
Jul 10 '09 #1
2 2912
kudos
127 Expert 100+
@kristin09
I guess it is the same time that happens on old browsers on desktop computers as well, you have a local webpage, and it won't link to external webpages.

What you would need to do is the following:
1. ftp the webpage from your phone to a webserver (I don't think these things are supported in the ordinary cf classes) so you can either write it yourself or use something called OpenNETCF or you can write some sort of a bit more advanced webservice that creates a webpage on fly.

-kudos
Jul 28 '09 #2
Thanks for your suggestion, Kudos. I'll try it and see if it works this way.
In the meantime I found a work-around - I saved the html data to a temporary file and then used Navigate() method to point to the file. This way the links work when I click on them.
Jul 29 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Alex Bell | last post by:
I have redesigned a page at http://www.members.iinet.net.au/~abell1/test/TestMain.html so that it works with MSIE 5.5 and 6, Mozilla, Netscape, and Opera for Windows, and Safari for Mac OSX. It...
11
by: Simon Shutter | last post by:
Forgive me if I am posting to wrong newsgroup and for a couple of loaded questions. First, from what I understand, one of the advantages of XHTML/CSS is the ability of screen readers/braille...
2
by: Kevin Smith | last post by:
I'm trying to use the hover pseudo-attribute to display footnotes in documentation. The footnotetext is hidden until you hover over the footnotemark. This work well in Safari and Firefox, but I...
1
by: ticmanis | last post by:
Hello, I'm having trouble getting MSIE 6.0 (running on XP SP2) to accept a cookie which works fine in both Firefox and wget. The web server is Boa 0.94.13 (a small embedded server) using PHP...
13
by: Geoff Fox | last post by:
I am in the final moments of designing a new website. One of the pages (http://www.auditionfactory.com/samples.php) has four links to show sample work. I would like these links to open new...
16
by: Eric | last post by:
I have a user of a web application written in Java/JSP that is unable to login to the site simply because certain links on the page do not run when they are clicked. Other popups using Javascript...
2
by: Richard Maher | last post by:
Hi, Recently on the web I came across documentation discussing Data Source Objects (DSO) in relation to browser and html functionality (in particular the ability to declare a Java applet as a...
1
by: stefano picco | last post by:
Hi, I got the following stylesheet and it works on all major browsers on windows and macos: body {margin:0px;background-color:#ffffff;} #foot...
2
by: Xu, Qian | last post by:
Hello All JS-Experts, Is it possible to access 3rd-frames in Firefox or MSIE? I would like to write a html-based test framework. There are two frames. One is the test console and the other is a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.