Page 5 of 5

Re: Form web address

Posted: Fri Feb 25, 2022 9:21 am
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)

Re: Form web address

Posted: Fri Feb 25, 2022 9:22 am
by Duski
Thank you for your patience, Kev !

Re: Form web address

Posted: Fri Feb 25, 2022 5:47 pm
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>

Re: Form web address

Posted: Sat Feb 26, 2022 10:13 pm
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.