|
-
i frame help
i do mainly flash animations but i built a site for a client that needs to use 3rd party info. due to IE's new privacy settings this isint working. all it is a header i built with a frame of the 3rd party site. how can i convert it to use an I-frame becuase that would allow it to work
here is the current one that doesnt work for everyone
http://www.callkarl.ca/dheader.html
here is a similar site that uses an i frame that the client wants
http://www.jamesonwalsh.com/11.html
this is my code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<frameset rows="220,*" cols="*" framespacing="0" frameborder="no" border="0">
<center>
<frame src="header.html" name="topFrame" scrolling="No" noresize="resize" id="topFrame" title="topFrame" />
<frame src="http://www.remax-gardencity-on.com/agents/plainpersonal.aspx?AID=1095" name="mainFrame" id="mainFrame" title="mainFrame" />
</center>
</frameset>
<noframes><body>
</body>
</noframes></html>
Thanks so much
Edit/Delete Message
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|