I have the following HTML code in main.html: Quote: ............. ............. <tr align="right"> <td width="50%"> ... ... ... </td> <td width="50%"> <iframe src="../createproject.html width="100%" height="400pt" frameborder="0" scrolling="no"> </iframe> </td> </tr> ........... ..........
Articles similar to capture parameter from iframe to main.html:
parameters
Hi,
Could I stablish parameters to .html or .asp (principally) dealing with width, height, color, etc. like this?
Quote:
<ASP:FILE
ID = "oApp"
APPLICATIONNAME = "Drive coll and obj"
BORDER = "thin"
CAPTION = "yes"
ICON = "/images/book.ico"
SHOWINTASKBAR = "yes"
SINGLEINSTANCE = "yes"
SYSMENU = "yes"
WINDOWSTATE = "maximize"
SCROLL = "yes"
SCROLLFLAT = "yes"
VERSION = "1.0"
INNERBORDER = "yes"
SELECTION = "yes"
MAXIMIZEBUTTON = "yes"
MINIMIZEBUTTON = "yes" iframe problems pelase help
i know none of you like iframes but this is for an assesment so please help !heres my navigation :<img src="nav.jpg" width="200" height="442" border="0" usemap="#Map"><map name="Map"><area shape="rect" coords="4,368,148,401" href="content.html" target="1Frame" id="Home" ><area shape="rect" coords="-1,300,153,343" href="brands.html" target="1Frame" id="brands" ><area shape="rect" coords="-22,235,153,279" href="feedback.html" target="1Frame" id="oldtoys">Box not working
In my website, I have a script that I need help to get working. This is my script.
Code:
<script language="Javascript">
<!--
if (screen.width>=1024)
{
document.write('<td width="20%"><table border="0" cellpadding="0" cellspacing="0" width="162">
<tr><td height="29" style="background:url("/Custom/Top2.png");color:#116111;" align="center"><b>Newest Tutorial</b></td></tr>
<tr><td height="160" style="background:url("/Custom/Middle2.png") #000000;padding:5px 5px 0 5px;">$MYINF_8$</td></tr>my website wont pass W3C validation
i have a single line of codecode:<div id="content"> <hr align="left" width="700" size="1" noshade="noshade" />Howdy.<br /> <img src="images/me.jpg" alt="me" /><td height="700" colspan="2" align="center"> </td></div>and W3C says:Line 136, Column 82: document type does not allow element "td" herecode:HTML5 validation error
Ive been messing around with HTML5 recently as well as using YouTubes new HTML5/WEBM video player.However, I always get an odd validation error that I dont understand.Heres a test page, kept simple:code:error changing src of swf
It's pretty basic, I'm just not too fond of js. what i'm trying to get at is, whenever any of the first 3 links are clicked they change the src of the swf file without loading to a new page.
(HTML)
<ul id="nav">
<li id="nav_home"><a href="index.html" id="homeLink" >Home</a></li>
<li id="nav_about"><a href="about.html" id="aboutLink" >About</a></li>
<li id="nav_services"><a href="services.html" id="servicesLink" >Services</a></li>
<li id="nav_blog"><a href="blog.html" id="blogLink" >Blog</a></li>
</ul>rand - shooting random blanks
Given these arrays, and echoes, must rand somehow have an associated number to bind with like the second alphanumeric example below?
Code:
$lets= array("A", "B", "C", "D", "E", "F", "G");
echo $lets[rand(0,7)]; // brings blank results here and there
$letters= array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"); 
