IE 6 does not respond to javascript:openwindow(...)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to fix a problem, where my IE 6 does not respond to
javascript:openwindow(...). This became a problem a few months ago, probably
after installing SP2. My OS is Windows XP Professional. Any ideas on how to
fix this would be greately appreciated! Thanks!

Marianna
 
Hi Marianna.

I have the same problem. This is the source code of the webpage I am trying
to use. THIS WORKS ON ALL MACHINES EXCEPT TWO IN MY OFFICE. Mine, and my
colleague's.

<script language='javascript' src='lasso_functions.js'
type='text/javascript'></script>
</head>
<body leftmargin='0' topmargin='0' rightmargin='0' bottommargin='0'
marginwidth='0' marginheight='0'>
<br>
<table width='100%' border='0' align='center' cellpadding='5'
cellspacing='0'>
<tr class='cell_hdr_col'>
<td height='26' nowrap width=80%>Registrant Listing - Viewing 1-14 of
14 (Query took 0.0016 sec)</td>
<td height='26' nowrap width=30% align=right><a style='color:white'
href='javascript:window.self.close()'>Close</a></td>
</tr>
<tr class='cell_hdr_sub_col'>
<td height='26' nowrap colspan=2>
Perform Action:
<select
onChange='regListingChangeState("registrant_listing.php?prorels="+this.options[this.selectedIndex].value)' class='select_default' name='action_menu'>
<option>Select</option>
<option value='add_note'>Add Notes</option>
<option value='change_realtor'>Change Realtor Status</option>
<option value='change_rating'>Change Rating</option>
<option value='record_reminder'>Record Reminder / History</option>
<option value='copy_project'>Copy to Another Project</option>
<option value='add_to_group'>Add to Group</option>
<option value='remove_from_group'>Remove from Group</option>
<option value='change_source_type'>Change Source Type</option>
<option value='change_data_source'>Change Data Source</option>
<option value='change_contact_preference'>Change Contact
Preference</option>
<option value='change_reservation_status'>Change Reservation
Status</option>
<option value='download_excel'>Download Excel File</option><option
value='email_list'>Email This List</option><option
value='assign_to_rep'>Assign to Sales Rep</option><option
value='change_status'>Change Status</option>
</select>
 
Back
Top