Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Form web address Topic is solved

Questions related to using nuBuilder Forte.
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Form web address

Unread post by kev1n »

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)
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: Form web address

Unread post by Duski »

Thank you for your patience, Kev !
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: Form web address

Unread post by Duski »

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:

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>
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: Form web address

Unread post by Duski »

I repaired syntax of iframe and now it works.
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>
... 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:
Snímka obrazovky 2022-02-26 221202.png
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.
Post Reply