473,732 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Object Expected Error

1 New Member
I'm receiving an "Object Expected" Error (Line:309, Char:0). I'm
confused as to what is happening.Also, I can't run this code using other browser such as Fire Fox. Thispage only can view using IE. Is there something that I'm missing? The error is
pointing to
<textarea name="tairbilln o" cols="25" rows="4" wrap="HARD" id="tairbillno " ONKEYDOWN="retu rn checkMaxRow(thi s, 10)"></textarea>

Here is my code below:

<HTML>
<HEAD>
<TITLE>ABX EXPRESS (M) SDN BHD</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<style type="text/css">

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #FF0000;
}

/*start menu*********** *************** *************/

#dd {
margin-left: 1%;
padding: 0 0 20px 0;
}

#dd li {
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 11px arial;
}

#dd li a.menu {
display: block;
text-align: center;
padding: 4px 10px;
margin: 0 1px 0 0;
color: #FFF;
width: 60px;
text-decoration: none;
background-color: #909090;
}

#dd li a.menu:hover {
background-color: #404040;
}

.submenu {
background: #EAEBD8;
border: 1px solid #5970B2;
visibility: hidden;
position: absolute;
z-index: 3;
}

.submenu a {
display: block;
font: 11px arial;
text-align: left;
text-decoration: none;
padding: 5px;
color: #404040;
}

.submenu a:hover {
color: #FFF;
background-color: #404040;
}


.style10 {
font-size: 18px;
font-weight: bold;
color: #950205;
}
.style11 {
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
}
.style18 {font-size: 12px; font-weight: bold; }
.style16 {color: #FF0000}
.style17 {color: #000000}
.style7 {font-size: 10px}
.style9 {font-family: Verdana}

.style19 {
font-weight: bold;
text-align: center;
}

</style>

<script type="text/javascript" src="simpleDrop DownMenu.js"></script>

<script type="text/javascript">

// JK Pop up image viewer script- By JavaScriptKit.c om
// Visit JavaScript Kit (http://javascriptkit.c om)
// for free JavaScript tutorials and scripts
// This notice must stay intact for use

var popbackground=" white" //specify backcolor or background image for pop window
var windowtitle="AB X EXPRESS(M) SDN BHD" //pop window title

function detectexist(obj ){
return (typeof obj !="undefined" )
}

function jkpopimage(imgp ath, popwidth, popheight, textdescription ){

function getpos(){
leftpos=(detect exist(window.sc reenLeft))? screenLeft+docu ment.body.clien tWidth/2-popwidth/2 : detectexist(win dow.screenX)? screenX+innerWi dth/2-popwidth/2 : 0
toppos=(detecte xist(window.scr eenTop))? screenTop+docum ent.body.client Height/2-popheight/2 : detectexist(win dow.screenY)? screenY+innerHe ight/2-popheight/2 : 0
if (window.opera){
leftpos-=screenLeft
toppos-=screenTop
}
}

getpos()
var winattributes=' width='+popwidt h+',height='+po pheight+',resiz able=yes,left=' +leftpos+',top= '+toppos
var bodyattribute=( popbackground.i ndexOf(".")!=-1)? 'background="'+ popbackground+' "' : 'bgcolor="'+pop background+'"'
if (typeof jkpopwin=="unde fined" || jkpopwin.closed )
jkpopwin=window .open("","",win attributes)
else{
getpos() //uncomment these 2 lines if you wish subsequent popups to be centered too
jkpopwin.moveTo (leftpos, toppos)
jkpopwin.resize To(popwidth, popheight+30)
}
jkpopwin.docume nt.open()
jkpopwin.docume nt.write('<html ><title>'+windo wtitle+'</title><body '+bodyattribute +'><img src="'+imgpath+ '" style="margin-bottom: 0.5em" ><br>'+textdesc ription+'</body></html>')
jkpopwin.docume nt.close()
jkpopwin.focus( )
}

</script>




</HEAD>
<link href="css/styles.css" rel="stylesheet " type="text/css">
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ><center>

<!-- ImageReady Slices (index.psd) -->
<table width=800 border=0 cellpadding=0 cellspacing=0 class="frame">
<tr bgcolor="#95020 5">
<td colspan=4 rowspan=3 valign="top" bgcolor="#FFFFF F"><img src="images/main.gif" alt="" width=230 height=117 border="0" usemap="#Map2"> </td>
<td colspan=4 bgcolor="#95020 5"><img name="company" src="images/company.gif" width=114 height=57 border=0 ></td>
<td colspan=2><img name="products" src="images/products.gif" width=106 height=57 border=0 ></td>
<td colspan=2><img name="services" src="images/services.gif" width=99 height=57 border=0 ></td>
<td colspan=2><img name="partners" src="images/partners.gif" width=95 height=57 border=0 ></td>
<td><img src="images/contact-us.gif" name="contact_u s" width=109 height=57 border=0 usemap="#contac t_usMap" ></td>
<td colspan=3><img src="images/menu.gif" width=43 height=57 alt=""></td>
<td><img src="images/spacer.gif" width=1 height=57 alt=""></td>
</tr>
<tr>
<td colspan=14 valign="bottom" ><hr></td>
<td><img src="images/spacer.gif" width=1 height=28 alt=""></td>
</tr>
<tr>
<td colspan=14>

<ul id="dd">
<li><a href="#" class="menu" id="mmenu1"
onmouseover="mo pen(1);"
onmouseout="mcl osetime();">Abo ut.ABX </a>
<div class="submenu" id="menu1"
onmouseover="mc ancelclosetime( )"
onmouseout="mcl osetime();">
<a href="aboutabx. html">Corporate History</a>
<a href="profile.h tml">Managemen t Profile</a>
<a href="mission.h tml">Mission/Vission</a>
<a href="objective .html">Objectiv e</a>
<a href="nature.ht ml">Nature of Business</a> </div>
</li>
<li><a href="#" class="menu" id="mmenu2"
onmouseover="mo pen(2);"
onmouseout="mcl osetime();">Tra ck/Trace</a>
<div class="submenu" id="menu2"
onmouseover="mc ancelclosetime( )"
onmouseout="mcl osetime();">
<a href="tracking. html">Local</a>
<a href="http://www.gdalliance. com" target="_blank" >Internationa l</a> </div>
</li>
<li><a href="product.h tml" class="menu">Pr oduct/Services</a></li> <li><a href="network.h tml" class="menu">Of fices</a></li>
<li><a href="#" class="menu" id="mmenu3"
onmouseover="mo pen(3);"
onmouseout="mcl osetime();">Too ls</a>
<div class="submenu" id="menu3"
onmouseover="mc ancelclosetime( )"
onmouseout="mcl osetime();">
<a href="volume.ht ml">Volumetri c Weight</a> </div>
</li>
<li><a href="#" class="menu" id="mmenu4"
onmouseover="mo pen(4);"
onmouseout="mcl osetime();">Con tact</a>
<div class="submenu" id="menu4"
onmouseover="mc ancelclosetime( )"
onmouseout="mcl osetime();">
<a href="contact.h tml">Branches/Station</a>
<a href="comment.a sp">Support</a>
<a href="feedback. asp">Customer Feedback</a> </div>
</li>
<li><a href="#" class="menu" id="mmenu5"
onmouseover="mo pen(5);"
onmouseout="mcl osetime();">Int ranet</a>
<div class="submenu" id="menu5"
onmouseover="mc ancelclosetime( )"
onmouseout="mcl osetime();">
<a href="http://abxexpress.com. my:8383" target="_blank" >Web Mail</a>
<a href="webservic es/login.asp">Web Services</a> </div>
</li>
</ul></td>
<td><img src="images/spacer.gif" width=1 height=24 alt=""></td>
</tr>
<tr>
<td colspan=18 valign="top"><d iv align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr valign="top">
<td width="3%"><img src="images/part4.gif" width="23" height="250"></td>
<td width="26%"><ta ble width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td bgcolor="#CCCCC C" class="style10" >Company Profile </td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td bgcolor="#95020 5"><div align="center"> <span class="style11" >
MISSION</span></div></td>
</tr>
<tr>
<td><span class="style18" >To Invest In Our People To Deliver Beyond
Satisfaction<br >
To Our Customer, Stakeholders &amp;Themselves </span></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td bgcolor="#95020 5" class="style11" ><div align="center"> VISION</div></td>
</tr>
<tr>
<td class="style18" >To be the <span class="style16" >BEST</span> by
Ensuring that <span class="style17" >THE CUSTOMER</span> is at the
Centre of<br>
EVERYTHING WE DO </td>
</tr>
</table></td>
<td width="43%"><di v align="center"> <img src="images/wel-23.gif" width="333" height="220" align="left"></div></td>
<td width="28%"><di v align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td colspan="3" bgcolor="#CCCCC C"><div align="center" class="style10" >
company highlights </div></td>
</tr>
<tr>
<td width="11%" bgcolor="#CCCCC C" style="height: 174px"></td>
<td width="79%" style="height: 174px"><p>
29-11-2007<br>
Opening Of Cheras Branch <br>

<br><a href="#" onClick="jkpopi mage('images/news/E50-NST.jpg', 800, 540, 'ABX Takes Surging Demand in Stride.'); return false"> 23-11-2007</a><br>
ABX Takes Surging In Demand <br>
<br><a href="#" onClick="jkpopi mage('images/news/utusan24sept07. jpg', 800, 400, 'Pengalaman Kunci Kejayaan ABX Express.'); return false">24-09-2007</a>
<br>
Pengalaman Kunci Kejayaan ABX <br>
<br><a href="#" onClick="jkpopi mage('images/news/Hmetro.jpg', 700, 800, 'ABX Express sasar perolehan RM45 juta, Harian Metro.'); return false">05-01-2007</a>
<br>
ABX Sasar Perolehan Perolehan RM45 Juta<br>
<br>
<a href="news.html ">more...</a></p>
</td>
<td width="10%" bgcolor="#CCCCC C" style="height: 174px"></td>
</tr>
<tr>
<td colspan="3" bgcolor="#CCCCC C"><br>
<br></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td valign="top"><i mg src="images/part4.gif" width="23" height="209"><b r>
<img src="images/part4.gif" width="23" height="209"></td>
<td valign="top">
<table style="width: 100%" cellpadding="0" >
<tr>
<td class="style10" bgcolor="#C0C0C 0">Track &amp; Trace</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><form action="WebServ ices/smarttrackcust2 .asp?vsearch=Tr ue" method="post" name="FormName" id="FormName" >
<p> <font size="1" face="Verdana, Arial, Helvetica, sans-serif">

<textarea name="tairbilln o" cols="25" rows="4" wrap="HARD" id="tairbillno " ONKEYDOWN="retu rn checkMaxRow(thi s, 10)"></textarea>
<br>
<input name="btnSubmit " type="button" id="btnSubmit" value="Track">
<script for="btnSubmit" event="onClick" language="VBScr ipt">
<!--
if trim(FormName.t airbillno.value ) = "" then
msgbox"Please input airbillno",48
else
FormName.submit
end if

// -->
</script>
<br>
</font><font size="1"><span class="style9"> *Maximum 10 rows of
consignment note numbers.<br>
*Press <strong>Enter </strong> button to key-in new number</span></font></p>
</form></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td bgcolor="#C0C0C 0"><form name="form2" method="post" action="mailto: fini@abxexpress .com.my?subject =Survey Response">
How do you rate our new website?<br>
<p>
<label>
<input type="radio" name="websurvey " value="Excellen t" checked>
Excellent</label>
<br>
<label>
<input type="radio" name="websurvey " value="Good">
Good</label>
<br>
<label>
<input type="radio" name="websurvey " value="Moderate ">
Moderate</label>
<br>
<label>
<input type="radio" name="websurvey " value="Bad">
Bad</label>
<br>
<label>
<input type="radio" name="websurvey " value="NoCommen t">
No comment</label>
</p>
<p align="center">
<input name="Submitweb " type="submit" id="Submitweb" value="Poll Now">
</p>
</form></td>
</tr>
</table>
</td>
<td colspan="2" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="images/ab1-2.gif" width="565" height="26"></td>
</tr>
<tr>
<td>
<table style="width: 100%" cellpadding="0" border="0">
<tr>
<td style="width: 110px">
<img src="images/ab2.gif" width="119" height="86"></td>
<td valign="top"><s trong>ABX</strong> has an excellent
commitment to customer services, anticipating needs and
providing the highest level of services. Customers have
options including scheduling of documents and packages
pickups, tracking of shipments, checking freight charges and
obtaining information about <strong>ABX</strong> services.</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><img src="images/prod1-1.gif" width="565" height="26"></td>
</tr>
<tr>
<td>
<table style="width: 100%" cellpadding="0" >
<tr>
<td style="width: 119px">
<img src="images/prod2.gif" width="120" height="87"></td>
<td valign="top"><s pan class="style7"> <strong>ABX</strong>
offers to customers the perfect solution to all domestic and
international delivery needs which require speed and proof
of delivery. Whether it's a letter, a parcel or cards and
bulk distribution, customers can trust us to handle all
shipments from pick-up to door-to-door delivery. </span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td><img src="images/prod41.gif" width="565" height="26"></td>
</tr>
<tr>
<td>
<table style="width: 100%" cellpadding="0" >
<tr>
<td style="width: 120px">
<img src="images/ab4.gif" width="119" height="86"></td>
<td valign="top"><s pan class="style7"> <strong>ABX</strong>
provides a worldwide network for all of your airfreight
needs, with time-defined and guaranteed services supported
by preferred carriers. A core element of our freight
management service offering is the ability to move single or
complex shipments by air, at any time and to any
destination.<BR >
</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style19" >HOTLINE: 03-7711 6688</td>
</tr>
<tr>
<td class="style19" >GENERAL LINE: 03-7711 6633</td>
</tr>
<tr>
<td class="style19" >FAX: 03-7711 6699</td>
</tr>
</table></td>
</tr>
</table>
</div>
</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan=18><hr> </td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan=18 bgcolor="#FFFFF F"><div align="center">
<script language="JavaS cript1.2">

/*
Cross browser Marquee script- © Dynamic Drive (www.dynamicdri ve.com)
For full source code, 100's more DHTML scripts, and Terms Of Use, visit http://www.dynamicdriv e.com
Credit MUST stay intact
*/

//Specify the marquee's width (in pixels)
var marqueewidth="6 00px"
//Specify the marquee's height
var marqueeheight=" 25px"
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=4
//configure background color:
var marqueebgcolor= "#FFFFFF"
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=1

//Specify the marquee's content (don't delete <nobr> tag)
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):

var marqueecontent= '<nobr><font size="2" face="Verdana"> Welcome to <strong>ABX EXPRESS (M) SDN BHD </strong> Official Website...</font></nobr>'


////NO NEED TO EDIT BELOW THIS LINE////////////
marqueespeed=(d ocument.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
var copyspeed=marqu eespeed
var pausespeed=(pau seit==0)? copyspeed: 0
var iedom=document. all||document.g etElementById
if (iedom)
document.write( '<span id="temp" style="visibili ty:hidden;posit ion:absolute;to p:-100px;left:-9000px">'+marqu eecontent+'</span>')
var actualwidth=''
var cross_marquee, ns_marquee

function populate(){
if (iedom){
cross_marquee=d ocument.getElem entById? document.getEle mentById("iemar quee") : document.all.ie marquee
cross_marquee.s tyle.left=parse Int(marqueewidt h)+8+"px"
cross_marquee.i nnerHTML=marque econtent
actualwidth=doc ument.all? temp.offsetWidt h : document.getEle mentById("temp" ).offsetWidth
}
else if (document.layer s){
ns_marquee=docu ment.ns_marquee .document.ns_ma rquee2
ns_marquee.left =parseInt(marqu eewidth)+8
ns_marquee.docu ment.write(marq ueecontent)
ns_marquee.docu ment.close()
actualwidth=ns_ marquee.documen t.width
}
lefttime=setInt erval("scrollma rquee()",20)
}
window.onload=p opulate

function scrollmarquee() {
if (iedom){
if (parseInt(cross _marquee.style. left)>(actualwi dth*(-1)+8))
cross_marquee.s tyle.left=parse Int(cross_marqu ee.style.left)-copyspeed+"px"
else
cross_marquee.s tyle.left=parse Int(marqueewidt h)+8+"px"

}
else if (document.layer s){
if (ns_marquee.lef t>(actualwidth* (-1)+8))
ns_marquee.left-=copyspeed
else
ns_marquee.left =parseInt(marqu eewidth)+8
}
}

if (iedom||documen t.layers){
with (document){
document.write( '<table border="0" cellspacing="0" cellpadding="0" ><td>')
if (iedom){
write('<div style="position :relative;width :'+marqueewidth +';height:'+mar queeheight+';ov erflow:hidden"> ')
write('<div style="position :absolute;width :'+marqueewidth +';height:'+mar queeheight+';ba ckground-color:'+marquee bgcolor+'" onMouseover="co pyspeed=pausesp eed" onMouseout="cop yspeed=marquees peed">')
write('<div id="iemarquee" style="position :absolute;left: 0px;top:0px"></div>')
write('</div></div>')
}
else if (document.layer s){
write('<ilayer width='+marquee width+' height='+marque eheight+' name="ns_marque e" bgColor='+marqu eebgcolor+'>')
write('<layer name="ns_marque e2" left=0 top=0 onMouseover="co pyspeed=pausesp eed" onMouseout="cop yspeed=marquees peed"></layer>')
write('</ilayer>')
}
document.write( '</td></table>')
}
}
</script>
</div></td>
<td><img src="images/spacer.gif" width=1 height=22 alt=""></td>
</tr>
<tr>
<td colspan=6 align="center" valign="middle" class="text2"> Copyright &copy;
ABX EXPRESS (M) SDN BHD <br>
Designed by <a href="mailto:we bmaster@abxexpr ess.com.my" target="_blank" >webmaster</a>
<td colspan=12 align="center" valign="middle" class="text4">< a href="index.htm l">Home</a> | <a href="aboutabx. html">Company</a> | <a href="achieveme nt.html">Achiev ements</a> | <a href="majorcust .html">Customer s </a> | <a href="career.ht ml">Career</a> | <a href="info.html ">Info</a> | <a href="news.html ">News</a> | <a href="contact.h tml">Contact Us</a></td>
<td><img src="images/spacer.gif" width=1 height=47 alt=""></td>
</tr>
<tr>
<td><img src="images/spacer.gif" width=22 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=20 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=166 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=17 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=8 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=40 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=52 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=13 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=6 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=94 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=13 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=83 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=44 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=50 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=105 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=20 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=9 height=1 alt=""></td>
<td><img src="images/spacer.gif" width=13 height=1 alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</center>
<map name="Map2"><ar ea shape="rect" coords="8,6,212 ,109" href="index.htm l">
</map>
<map name="contact_u sMap"><area shape="rect" coords="8,4,100 ,52" href="http://www.gdalliance. com" target="_blank" >
</map>
</BODY>

</HTML>
Dec 6 '07 #1
1 1743
stepterr
157 New Member
It looks like you are calling a function called checkMaxRow but I do not see that function included in your page.
Dec 15 '07 #2

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

Similar topics

4
44875
by: Bill | last post by:
I call a function in my .js file like this: onClick="location.href='blank.html' + generateSearchStringFromForm('section')" where section is the name of my form. The function is defined as follows: myFunction(k) {
2
2281
by: jsnX | last post by:
i want a function object that is a) initialized with an STL container foo b) will search foo for an object of type foo::value_type here is my code: ======================================================================== /* if we have a big list of things, and we went to check it * over and over for this or that thing, then we can use this * object to cache the list and consolidate queries of it.
2
1133
by: FredC | last post by:
OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 Total Physical Memory 1,024.00 MB MDE 2003 Version 7.1.3008 ..NET Framework 1.1 Version 1.1.4322 SP1 Microsoft Visual C# .NET 69462-335-0000007-18707 Crystal Reports for Visual Studio .NET AAP50-GS0000S-WCK00C3
11
44256
by: westplastic | last post by:
This one is driving me insane. The script works perfect on Firefox, but Internet Explorer keeps complaining about "Error Object Expected" and stuff like that. I've run it through Firefox's Java Console, and it comes back with no errors. Any pointers on this, would be much appreciated. <script type="text/javascript"> <!-- var p = new Array(0,0,0,0,0) var c = new Array(0,0,0,0,0,0,0,0,0)
26
5690
by: yb | last post by:
Hi, Is there a standard for the global 'window' object in browsers? For example, it supports methods such as setInterval and clearInterval, and several others. I know that w3c standardized several parts of the DOM, but this does not include the window object. Thank you
12
5555
by: Andrew Poulos | last post by:
With the following code I can't understand why this.num keeps incrementing each time I create a new instance of Foo. For each instance I'm expecting this.num to alert as 1 but keeps incrementing. Foo = function(type) { this.num = 0; this.type = type this.trigger(); } Foo.prototype.trigger = function() {
4
2781
by: loserdude84 | last post by:
Hi I keep getting the good old error 'Object Expected Error' on a site I recently built. I am really struggling with this one. Object Expected Error Line 66 <div class="headerBG_2"></div> <div class="contentBG_2"> <!-- flash banner --> <div class="flash_banner"> LINE 66 <script type="text/javascript">
1
3915
by: JOJO123 | last post by:
I got here in search of an answer to this Javascrpt question. I upgraded jave on XP Ie 7, acrobat 5.1 and suddenly can't open any pdf files on web sites using IE. I see u guys all say, this is a Javscript issue. but how do we, mere mortals who know nothing of anything about Java, scripts, etc, fix this? Is there a programm, does MS have any fix? is there any tweak like in the Registry, or whatever, how do I access anyihint java without in IE 7...
10
13321
RMWChaos
by: RMWChaos | last post by:
WinVista/IE7 I am getting some weird errors only in IE7, but not in FF2.0.0.8 or NN9. It even happens on this website when I click "Sign In". The error is: "A Runtime Error has occurred." "Line:xxx" "Error: Object expected" and Debug says: "Microsoft JScript runtime error: Object expected."
2
5743
by: thj | last post by:
Hi. I've got this form that I'm trying to validate: <form id="periodForm" action="" method="post"> <p> Periode: <input id="startDate" name="startDate" type="text" size="7" value="<%= ViewData %>" /> -
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9447
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9307
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.