I have a project that uses window.open to open a separate window.
It reason and use is to present a form that can be submitted.
The reason I am presenting the form in a separate window is
because I don't want the opening window to reload when the
form is submitted. It contains...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
258 results in 0.0668 seconds.
Keywords
Members
Tags
-
Using an iframe instead of call to window.open?
-
Open page on a div outside iframe
Hi,
I have a link/button in a html page which is in iframe and this iframe is on main page.
On main page i have a div "id=centerPanelContainer".
Requirement: On click of link/button the html page should show outside iframe and inside that div "id=centerPanelContainer"...
-
Help in frames arrangement
I HAVE CODED SOMETHING :
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<style type="text/css">
.corner {
width: 300px;
...
-
iframe Problem
Hello, so I have an Webserver on which I'm running my website. Let's say this Webserver has the IP 192.168.1.2
On that Webserver I have an html file and on that html file I have an iframe tag with the source "src" 192.168.1.3 so I wanna access/show another Webserver in my local network...
-
Help -- retrieve database value into iframe src
I AM WORKING ON A PROJECT , I NEED YOUR HELP. I WANT TO USE EXISTING SRC OF IFRAME + RETRIVED VALUE FROM DATABASE INTO IFRAME
This is my data.php to retrive values from database into iframe without refresh web page.
Code:<?php $conn = new mysqli('localhost',
-
PHP / MYSQL > iFrame - Load multiple
Hello,
Hope someone can assist
I currently have a table where each <tr> repeats itself with information pulled from MYSQL. Each <tr> also contains several iframes, and I have a single link that loads each iframe at a certain time (giving enough time for each one to...Last edited by elite-fusion; Jan 16, 2019, 05:28 PM.
-
associating text with img tag
I want to do something which I'm starting to suspect is impossible.
I have some pages which have multiple images (cartoon strips) on them, inside <img> tags, inside <a href=""></a> tags. The img tags are actually generated by a writeln command in Javascript,...
-
Youtube API iframe not playing in IE / Edge
Hey!
I have this script below to play random youtube videos from a playlist. However Ive found that it is not loading in IE/Edge, after i refresh the page (it does work the first time). Now I read something about a lazy load but i am not sure how to implement that in my script. I guess...
-
Hide JS if loading in iframe only
Hey guys, first time posting but I am running into a problem I can't solve and I have done so much research and I'm getting no-where.
Ok, so I have a website. On the website, you can sign-up for a free trial.
I have Live-Chat for the website/service.
The livechat...
-
sypa started a topic iframe to a local drive - content moves around with mouse scroll and won't sit stillin HTML & CSSiframe to a local drive - content moves around with mouse scroll and won't sit still
I'm using an iframe on our SharePoint intranet to display files from a local drive.
The content inside the iFrame moves around when the mouse scroller is used to scroll the parent page (even when not hovering over the iFrame itself)
here's the code:
Code:<iframe
-
Cant integrate an locally safed website in my iframe
Hi ,
so i am trying to make a small website, i want that a other locally website opens in an i frame when i press the "Bestellen" button. Only problem is that it does not open the locally safed html page , it only shows an error message saying that it might be put into another folder...
-
JavaScript vagaries with Firefox 57.0.2
I thought I understood what was going on...
file1 : "Easy Does It - May 27.html"
Code:<HTML> <STYLE> .myBody { width : 4.0in; left-padding : 0.25in; } .right { float : right; } .in { text-indent : 0.25in } </STYLE>
-
iframe login help
Hi Everyone,
I need some help, I know it's probably really basic and I apologize for that.
I have a iframe setup on my page (through a wisywig editor/hosting) for a login to a service my business represents. It's so my customers can login to their 'account' and view whatever....
-
JavaScript Array Methods open iframe how delete
Hello
i using this code open many iframe.
for example
iframe 1
iframe 2
iframe 3
and more
code this
<button onclick="openifram()">make iframe</button>
<script>
function openifram() {...
-
Why UI Text Box And Button Not Display When iFrame Present
Php Guys,
Why does not the UI Text Box and "Browse!" button get displayed below the iframe ?
Code:<iframe src="http://cnet.com"</iframe> <form method="post" action=""> <div
Last edited by UI Man; Sep 29, 2017, 08:09 PM.