Page 4 of 5
Re: Form web address
Posted: Thu Feb 24, 2022 12:20 pm
by Duski
I'm sorry, Kev.
No change

Re: Form web address
Posted: Thu Feb 24, 2022 12:35 pm
by kev1n
There's a change: One error is gone

Now we need to eliminate the other ones
Re: Form web address
Posted: Thu Feb 24, 2022 12:43 pm
by kev1n
PS: When I open the link that is in the iframe (
http://katalog.jecool.net/index.php?u=h ... 555e7196f6), I see an "access denied"
Re: Form web address
Posted: Thu Feb 24, 2022 12:50 pm
by Duski
Pls. try now.
Re: Form web address
Posted: Thu Feb 24, 2022 1:20 pm
by kev1n
I still see
Access To Form Denied... (frm_knihy_public_old)
Re: Form web address
Posted: Thu Feb 24, 2022 9:28 pm
by Duski
Pls. try now. Sorry for complications ...
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</h1>
<script src="jquery.js"></script>
<iframe
style="width:1600px;height:900px;border-style:none"
src="http://katalog.jecool.net/index.php?u=hocikto&p=4321&f=620e57c28be1506">
</iframe>
</body>
</html>
Re: Form web address
Posted: Fri Feb 25, 2022 7:20 am
by kev1n
I'm not sure if this is going to work: Create a copy of index.php, replace the lines 157-163 with
Code: Select all
var w = {
call_type : 'login',
username : 'hocikto',
password : '4321',
login_form_id : '620e57c28be1506',
login_record_id : '-1'
};
and save the copy as e.g. index2.php in nubuilder's root dir. Then change the src in your iframe to ... index2.php
Re: Form web address
Posted: Fri Feb 25, 2022 8:53 am
by Duski
Sorry, Kev, didn't help.
But ...
Maybe there is a mistake in my iframe syntax:
Snímka obrazovky 2022-02-25 085200.png
Re: Form web address
Posted: Fri Feb 25, 2022 8:58 am
by kev1n
I see no double quotes after index2.php when viewing the source code.
Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Knihy</title>
</head>
<body>
<h1>This is my book catalogue</h1>
<script src="jquery.js"></script>
<iframe
style="width:1600px;height:900px;border-style:none"
src="http://katalog.jecool.net/index2.php
</iframe>
</body>
</html>
Re: Form web address
Posted: Fri Feb 25, 2022 9:12 am
by Duski
Hmmm, but as you can see in my my previous screenshot, there are

Never mind, I edited html page in another editor, now it looks in editor OK, iframe is in browser visible, but no data yet.
Snímka obrazovky 2022-02-25 090809.png