Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Form web address Topic is solved
-
- nuBuilder Team
- Posts: 4297
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Form web address
At least the errors are gone but as there is no error and the iframe still blank, I will have to dig deeper (probably tonight or tomorrow)
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
Re: Form web address
I'm afraid, that the iframe definitly does't work for me 
No edits made in iframe tag make a change http://nechsapaci.info/katalogy/knihy.html:

No edits made in iframe tag make a change http://nechsapaci.info/katalogy/knihy.html:
Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Knihy</title>
</head>
<body>
<h1>This is my book catalogue Nr.1</h1>
<script src="jquery.js"></script>
<iframe>
<!-- src="http://katalog.jecool.net/index2.php" -->
src="https://www.sme.sk"
<!-- src="http://katalog.jecool.net/index.php?u=hocikto&p=4321" -->
<!-- style="width:1600px;height:900px;border-style:none;" -->
<!-- width="1600" height="900" -->
<!-- style="border:none" -->
</iframe>
</body>
</html>
-
- Posts: 95
- Joined: Thu Mar 04, 2021 2:03 pm
Re: Form web address
I repaired syntax of iframe and now it works.
But ...
My iframe now looks like this ...
... while index2.php contains a variable "w" with credentials to open form ID = 620e57c28be1506.
But calling index2.php from iframe doesn't open this form, but the standard launch form.
After inserting of login credentials nothing happens.
And console shows error: Direct opening of http://katalog.jecool.net/index2.php works similar, opens only the launch form.
But ...
My iframe now looks like this ...
Code: Select all
<script src="jquery.js"></script>
<iframe
src="http://katalog.jecool.net/index2.php" width="1600px" height="800px">
</iframe>
But calling index2.php from iframe doesn't open this form, but the standard launch form.
After inserting of login credentials nothing happens.
And console shows error: Direct opening of http://katalog.jecool.net/index2.php works similar, opens only the launch form.
You do not have the required permissions to view the files attached to this post.