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

Re: Form web address

Unread post by Duski »

I'm sorry, Kev.
No change :-(
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Form web address

Unread post by kev1n »

There's a change: One error is gone :)
Now we need to eliminate the other ones
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Form web address

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

Re: Form web address

Unread post by Duski »

Pls. try now.
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Form web address

Unread post by kev1n »

I still see
Access To Form Denied... (frm_knihy_public_old)
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: Form web address

Unread post 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>
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Form web address

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

Re: Form web address

Unread post 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
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4581
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 536 times
Contact:

Re: Form web address

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

Re: Form web address

Unread post 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
You do not have the required permissions to view the files attached to this post.
Post Reply