Re: Link not working in IE



Both responses, asked how I was using the label. Here is an explaination.

On the original form, I have a comboBox that loads a list of names. If the
user doesn't find the person they are looking for in the comboBox, they
click on this label to load a form "addNewPatient.php". This dialog, adds
the "new patient" to the data base, then re-calls the original form, with
the original comboBox loaded with this new person.

How would you do what I am trying to do?

All of this works fine in FireFox, but "Nothing" happens in IE. I removed
the <label> tag and it now works in IE.

Thanks..

"Bruce A. Julseth" <julebj_nospam@xxxxxxxxxxxxx> wrote in message
news:RWTEj.25015$rC6.5805@xxxxxxxxxxxxxxxxxxxxxxxxx
The following link works fine in Firefox but "Nothing" happens when I
click
on the link in IE? Any idea why?

<a href="addNewPatient.php" target="_blank"><label>Add a new
patient</label></a>

Thanks..





.



Relevant Pages

  • Re: Userform, ComboBox and Outside data...
    ... the label on your form to a particular text file. ... for my work and it's an "information from Userform1 leads into Userform2... ... Is it possible to populate a ComboBox with items from an outside text file ... Trains was the option selected so the caption for a label on ...
    (microsoft.public.excel.programming)
  • =?Utf-8?Q?Label_dynamisch_zur_Auswahl_eine?= =?Utf-8?Q?r_Combobox_=C3=A4ndern?=
    ... Nun habe ich eine Form mit einer Combobox und einem Label. ... Dim myCommand As New MySqlCommand ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Autovervollständigen von Comboboxen - was mache ich falsch
    ... Den Code habe ich etwas abgewandelt und meinen Bedürfnissen ... Das Auffinden in der Combobox und Autovervollständigen funktioniert recht ... Es gibt mehrere Stellen im Formular an denen die Funktion Anwendung findet. ... InfoLab ist ein Label das diese Ausgabe ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: How to let a combobox act as a label in run-time?
    ... you can make a composite control having a label and a combobox. ... you show the label otherwise you show the combobox ... > always remains a white rectangle on my control. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: How to make a comboBox behave like a Label at runntime
    ... > want to have to make a UserControl that has both a label and ComboBox ... > I'm doing this for both the ListBox and ComboBox and the ListBox is ... We do it by overriding OnPaint. ...
    (microsoft.public.dotnet.languages.csharp)