Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with the new web part and the microsoft outlook web part

Status
Not open for further replies.

shingo

Programmer
Apr 14, 2003
1
CA
When I use the web part I created in the main dash board, I have and error and the outlook web part for listing the e-mails dosent appear anymore.

Here is the error : OVCWPQ4 is undefined

The web part work well and it's just a simple search engine.

Any clue?

Here is the html code :

<html>
<body TEXT=&quot;#000000&quot; BGCOLOR=&quot;#FFFFFF&quot; LINK=&quot;#000A00&quot; VLINK=&quot;#800080&quot; #006600&quot;>
<a name=&quot;return&quot;> </a>
<SCRIPT LANGUAGE=&quot;Javascript&quot;><!--
function openNS(url) {
if ((navigator.appName == &quot;Microsoft Internet Explorer&quot;) &&
(parseFloat(navigator.appVersion) < 4 ))
{
return false;
}

var newX=600,newY=400,xOffset=10,yOffset=10;
var parms = 'width=' + newX +
',height=' + newY +
',screenX='+ xOffset +
',screenY=' + yOffset +
',status=yes,toolbar=yes,menubar=yes' +
',scrollbars=yes,resizable=yes,location=yes';
nsWin = window.open(url,'displayWindow',parms);
if(navigator.appName != &quot;Microsoft Internet Explorer&quot;) {
nsWin.focus();
}
return false;
}
//--></SCRIPT>


<table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; bgcolor=#CCFF9C width=&quot;266&quot;>


<tr>
<td align=&quot;center&quot; height=&quot;46&quot; width=&quot;266&quot;>
<table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;266&quot;>

<form name=&quot;WebSearchForm&quot; method=get action=&quot;
target=&quot;displayWindow&quot; onSubmit=&quot;var scirusWin; scirusWin=window.open('', 'displayWindow', 'width=800,height=360,status=yes,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes'); scirusWin.focus();&quot;>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td align=&quot;left&quot; nowrap><font face=&quot;Verdana,Arial,Helvetica,sans-serif&quot; size=&quot;-2&quot;><strong>
Term(s):</strong></font></td>
<td></td>
<td><small><input type=&quot;text&quot; name=&quot;query&quot; size=&quot;28&quot; maxlength=&quot;256&quot;></small></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td valign=&quot;top&quot; align=&quot;left&quot; nowrap></td>
<td valign=&quot;top&quot;></td>
<td><input type=&quot;image&quot; value=&quot;Search&quot; src=&quot; alt=&quot;Search&quot; border=&quot;0&quot; width=&quot;81&quot; height=&quot;17&quot;><img src=&quot; alt=&quot;&quot; width=&quot;12&quot; height=&quot;8&quot; border=&quot;0&quot;><a href=&quot;/science?_ob=MiamiSearchURL&_method=requestForm&_temp=scienceSearch.tmpl&_acct=C000024138&_version=1&_urlVersion=1&_userid=504670&md5=0af7e610d03ae55e7ef7062625fdfbc4&quot;><img src=&quot; alt=&quot;Clear Search Form&quot; border=&quot;0&quot; width=&quot;61&quot; height=&quot;17&quot;></a><img src=&quot; alt=&quot;&quot; width=&quot;12&quot; height=&quot;8&quot; border=&quot;0&quot;><img src=&quot; alt=&quot;&quot; width=&quot;4&quot; height=&quot;8&quot; border=&quot;0&quot;></td>
</tr>
<tr>
<td width=&quot;51&quot;></td>
<td width=&quot;8&quot;></td>
<td width=&quot;207&quot;></td>
</tr>
</table>
</tr>
</tr>
</table>


</body>
</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top