The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
So here I am again asking for something that seems simple to me, but for one reason or another I can't visualize how to put this on paper.. so to speak.
User inputs in a form: HTML Code:
<HTML> <HEAD> </HEAD> <BODY> Hello, check this iframe: <IFRAME SRC="http://www.someaddress.com"></IFRAME> </BODY> </HTML> So, to work around this, I've came up with the following solution, but I'm not sure how implement it in PHP: If the user inputs the above in a form.. upon submission, the <IFRAME SRC="" URL would be detected and/or changed to whatever URL I've predetermined (so users can access material only on one site URL, not every site URL). So, in the above example, if you were to replace the above IFRAME statement with what is below: User would input: HTML Code:
<HTML> <HEAD> </HEAD> <BODY> Hello, check this iframe: <IFRAME SRC="http://www.badaddress.com"> </BODY> </HTML> HTML Code:
<HTML> <HEAD> </HEAD> <BODY> Hello, check this iframe: <IFRAME SRC="http://www.goodaddress.com"> </BODY> </HTML> Whatever a user puts in for the URL of the iframe source is dynamic -- there's no set address that is a good address. Suggestions? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|