113 Topics

Member Avatar for
Member Avatar for scarcella

Hey Guys, i am having trouble placing this image over a youtube video, I want the .youtube_hat to be displayed over the youtube video in the top corner. So could anyone please help me!! The HTML [CODE]<div class="youtube_area"> <div class="youtube_hat"></div> <div class="youtube"> <iframe title="YouTube video player" width="450" height="258" src="http://www.youtube.com/embed/B-1Xqnx-KCw?rel=0" frameborder="0" …

Member Avatar for lps
0
149
Member Avatar for Pfuller06

I am currently redoing my fraternity school website and I am having a problem with my iFrame. I want scrolling bars but not on the pages that don't necessarily need them. I set the scrolling to "Auto" and decreased the table size of the pages that are supposed to be …

Member Avatar for sv3tli0
0
143
Member Avatar for charlenej
Member Avatar for deselse
0
143
Member Avatar for wiredtec

Were and or how can i get an iframe for my site? and how do i add it to all my outgoing links.

Member Avatar for almostbob
0
94
Member Avatar for scarlettmoon

Hi ~ I am trying to keep two children windows open at the same time as the parent. Umfortunately while opening the link to the second child window the first one minimizes. Is there a way around this? I have tried focus() on the second and not the first - …

Member Avatar for stbuchok
0
258
Member Avatar for Random_Integer

Would it be possible to have a screen shot of another website in a panel. Like Iframe except not scrollable and nothing is click-able. Also the content is perhaps fitted to the frame. thanks

Member Avatar for almostbob
0
115
Member Avatar for devinodaniel

Hello! I have what I think is semi-easy. I just can't figure it out. [CODE] <html> <body> <div id="container"> //scan in barcode here <div id="repairID"> <table> <tr> <td> Scan ID: </td> <td> <form method="post" name="editRepairForm" action="https://example.com/IDEdit.do" target="frame1"> <input name="scanId" id="scanId" value="" /> <input name="fromLaunchScreen" id="fromLaunchScreen" type="hidden"/> <input type="submit" id="SubmitForEdit" style="display:none;"/> …

Member Avatar for devinodaniel
0
218
Member Avatar for monstercameron

[URL="http://www.thinkteletronics.com/experimental.htm"]http://www.thinkteletronics.com/experimental.htm[/URL]i have written some javasript code to play an animation with sound and all paths should be working yet nothing is displayed...chrome/ff4/ie8 wont show any anything.

Member Avatar for Akash Saikia
0
133
Member Avatar for zimboden

How to detect if a browser supports iFrames? [CODE] <script type="text/javascript" > var e = document.createElement("iframe"); if('src' in e){ alert("Your browser supports IFRAMES"); }else { alert("Your browser DOES NOT support IFRAMES"); } </script> [/CODE] WHen you use createElement(), if you pass it 'iframe' it will contain specific iframe properties, like …

0
103
Member Avatar for SolidSolutions

[url]http://www.gwftn.org/frame.html#projects[/url] In the bottom left of the content of the page is a link for "virtual prayer walk". If you click on that, an iframe is displayed. In other browsers, you can navigate the iframe just fine (using the go forward/ go backward links). In IE, it does not change …

Member Avatar for SolidSolutions
0
155
Member Avatar for Kniggles

Can anyone see why this dos not work please [CODE]<HTML><HEAD><script type="text/javascript"> function x() { <IFRAME( src="inputstringA" name = "bob1" ></IFRAME> ); } </script><TITLE></TITLE><META name=GENERATOR content="MSHTML 8.00.7600.16722"></HEAD><BODY> <INPUT value=www.website2.com name=inputstringA> <INPUT onclick="x()" value=" Press Input A$" type="button" name="loadb"></TD> <IFRAME src="www.website1.com" name = "bob1" ></IFRAME></TD><TD align="center" width="556" vAlign="top" height="23"> ></BODY></HTML>[/CODE]

Member Avatar for Kniggles
0
153
Member Avatar for coolest_987
Member Avatar for coolest_987
0
1K
Member Avatar for markymark180

Hi apologies as I guess this has been covered on a number of occassions, but I am very much new to web devt and am struggling to patch code snippets on google results on similar sounding queries into my own. I have been coding a page, which has an iframe, …

Member Avatar for Akash Saikia
0
2K
Member Avatar for Webbanditten

Hi im having this problem, i have this danish tv website [URL="http://www.dr.dk/NU/popup/live#/DR1"]http://www.dr.dk/NU/popup/live#/DR1[/URL] thing i dont know if your guys can see it but anyways its page content is: [ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>DR NU</title> <style> *{ margin:0px;padding:0px; } html,body { height:100%; background-color:#000; …

0
66
Member Avatar for Hinaz1982

So, I've been trying so many examples I've seen from google and checked several different sites and I cannot figure out for the life of me how to get the third iframe to align on the bottom of the page. On my screen its fine but on my buddy's, the …

Member Avatar for drjohn
0
157
Member Avatar for charas100

Hi I am developing website by using I Frames, my question is whether search engine can index my webpages? Can anyone suggest me some alternative ways instead of I frames.

Member Avatar for cools4u
0
123
Member Avatar for BaSk

We have a client that came to us, and his admin panel is using a iframe system, [CODE]<html> <head> <title>Administration Area</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset cols="180,*" frameborder="NO" border="0" framespacing="0"> <frame src="menu.php?id_mnu=prd" name="leftFrame" frameborder="yes" scrolling="YES" noresize> <frame src="landing.php" name="mainFrame" frameborder="yes" bordercolor="#000000"> </frameset> <noframes><body> </body></noframes> </html>[/CODE] Now I'm loading landing.php …

Member Avatar for spacific
0
121
Member Avatar for cavpollo

Hi there, I got the following problem with my code (which its just an extract): 1. When it loads on Firefox it looks just like I want it to look, everything ordered and in its place, BUT when I visualize the same code on Internet Explorer it shows about half …

Member Avatar for Arkinder
0
249
Member Avatar for behzad.gh

I'm trying to add faceboock "like button" and twitter "tweet button" on a list, my list structure is: [code] <list> <listItem> <iframeContainer> <iframe/> </iframeContainer> </listitem> </list> [/code] css is: [code]listItem iframeContainer {display:none;} listItem:hover iframeContainer {display:block;}[/code] the problem is when mouse moves over the <iframe> the <listItem> loses its focus. I …

Member Avatar for Dani
0
177
Member Avatar for wbrands2

1. I am having a real struggle trying to accomplish something for work. I have a starting page with a textbox and a button. I want to be able to post the value entered in the textbox to an iframe, but the iframe is on another another web page called …

0
56
Member Avatar for feoperro

Hi, When I set width and height properties in the <iframe> tag, it sets the width and height respectively, however, the "src" page inside the iframe is still small and has a scroll bar. Is there a way to set the src to be equal to the iframe dimensions? Thanks, …

Member Avatar for bben95
0
182
Member Avatar for feoperro

Hi, How do you use the paragraph <p> </p> tag if you want to use it on an entire table? I tried: [CODE] <p> <table> <tr> <td> Content 1 </td> </tr> <tr> <td> Content 2 </td> </tr> <tr> <td> Content 3 </td> </tr> </table> </p> [/CODE] But it did nothing... …

Member Avatar for Kraai
0
148
Member Avatar for feoperro

Hi, I would like to set the dimensions of an iFrame according to the content inside. Please bare in mind that the content inside will be based on ajax, so it will change without the page reloading. Thanks, Ashton.

0
77
Member Avatar for ivanyeates

Hi, I've done a search and came up with nothing. Here's my problem, I have a site that uses an index.htm page as the homepage and an iframe contained in that page that is dynamic and is the only content that changes. Everything works fine except in web search engines, …

Member Avatar for Baradaran
0
163
Member Avatar for Brianbc

I am loading a page to change passwords within an iframe. Outside the iframe it does work well, but when I change the password from within the iframe it returns a blank page. How can I rectify the problem? [CODE]//iframe <div class="tabber"> <div class="tabbertab"> <h2>Eguard</h2> <iframe src="eguard.php" width="100%" height="400"> </iframe>[/CODE]

Member Avatar for diafol
0
108
Member Avatar for eswar.aspire

hello, Please any one send me sample code,... 1)How to embed the flash movie in iframe using swfobject in javascript? 2)How to send parameters from Iframe loaded with flash to that flash movie? With regards, Eswaran Saravanan, University west, sweden.

Member Avatar for eswar.aspire
0
187
Member Avatar for eswar.aspire

Hello, I am wondering to implement this logic. Any suggestion or help I have two iframes 1) iframe 1 is Navigation menu(loaded with flash menu). <iframe name=”menu”/> 2) iframe 2 is load the web page. <iframe name=”page_load”/> When I click the navigation menu the corresponding web page loaded. In one …

Member Avatar for eswar.aspire
0
623
Member Avatar for cpappas

Hey, So I am using PHP although any language solution would be great. I am looking at displaying whether or not a cookie from a specific ad network is present on your web browser. A good example is with AdChemy. They are a part of the NAI (Network Advertising Initiative) …

Member Avatar for cpappas
0
184
Member Avatar for spivey

I am working on a mobile site for my library and want to include an mobile version of our catalog. But our catalog provider doesn't have a mobile version. I tried PHP scrapes, but the way the catalog handles session info made it impossible to return more than one page …

0
74
Member Avatar for Olliepop

Hey guys i have a real issue I want to do these 3 things from an applet: ________ 1) Load an URL into a frame inside the browser and 2) Insert data into a form which is inside a frame in the users browser, and then submit the form using …

Member Avatar for Olliepop
0
122

The End.