Web server - CD-332 Part VI . Appendixes IFRAME. The if
CD-332 Part VI . Appendixes IFRAME. The if condition checks whether the property is set to something other than no. This test allows the condition to evaluate to true ifthe property is set to either auto(the first time) or yes (as set by the function). function toggleFrameScroll(frameID) { // IE5 & NN6 version var theFrame = document.getElementById(frameID) // IE4+ version // var theFrame = document.all[frameID] if (theFrame.scrolling != no ) { theFrame.scrolling = no } else { theFrame.scrolling = yes } } src NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility Example For best results, use fully formed URLs as value for the srcproperty, as shown here: document.getElementById( myIframe ).src = http://www.dannyg.com Relative URLs and javascript:pseudo-URLs also work most of the time. popup Object Properties document NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5 Compatibility popupObject.document
Please visit Domain Name Hosting services for high quality webhost to host and run your jsp applications.