How to Show div in an iframe [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Kindly how to show a form in an iframe when a user clicks on register link.When a user on example1.com clicks on register,the form of example2.com should be shown in an iframe. I don't want to show the header menu+sidebar+footer of example2.com.Just want to show its form which in .
Thanks in advance

Keep example1 in a separate iframe. while clicking register, give the link to example2.
For this you have to design a 3 html file.
1.Main holder
2.example1.html for iframe in main holder
3.example2.html for onclick register action
Visit this site for your preference. Click here

Related

Web page is not loaded after activation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
If users use the registration form to register, by going directly to the registration page , then they receive an e-mail with an activation link, and when they click on it, the index page of the logged-in section is loaded. This works fine.
But in the case where the (non-registered) user goes to the registration page by clicking a link to a restricted page, the e-mail activation link redirects to here.
Because of that additional http://www.studyhood.com inserted at the beginning of the URL, the browser returns an error message.
Finally, if the user logs in (not registers) after clicking on the link to the restricted page, everything is again fine, since she is taken to translation_second.php without any problem.

How to change logo and css style in vtiger crm login page? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How to change logo and css style in vtiger crm login page? Where is file with this?
I tried to find but I failed.
For Logo
Go to test->logo->vtiger-crm-logo.gif
Paste your logo their and rename it with "vtiger-crm-logo.gif".
Or to change login page logo go to smarty->templates->Login.tpl and at line no 16(near about) place the address of your image.
And For CSS
Go to themes->Softed (your themes name) (by default theme)->style.css.

Referring to an id from url on a php page [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a page /home/practice.php . On the page, i have elements with assigned id's. I want to refer to the elements . For example, practice.php/#footer , but all the content from the page disappears and i get a blank page . Even if i just put a slash, i.e practice.php/ , nothing shows up on the page.
This entirely depends on how you've set your page up, but just as with any HTML page you should be able to refer to:
page.php#anchor
Where anchor refers to an id within the page.
Note the lack of / before the #
Your file is practice.php. Placing a / at the end will make your browser treat practice.php as a folder instead. If you want to use #footer in your URL, simply use practice.php#footer.

Post on others' Facebook fan page [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am able to post on users wall of my application, now I want to post the Facebook pages created by others. For example, suppose I want to post feeds on Coca Cola page through my application.
Any help or suggestion would be greatly appreciated.
The same API is used to post on the page's wall-
$facebook->api("/PAGE_ID/feed" , {params}, "POST");
Note: Not on every page you can post on their wall. It depends on the privacy settings of the page .
For eg, If they don't allow such actions, you'll get the respnse error as-
The target user has not authorized this action

how do i force a user to go back twice on a mobile web page using php or javascript without the user clicking any link or button [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
how do I force a user to go back twice on a mobile web page using PHP or jAVASCRIPT without the user clicking any link or button.
something like using history.back() without a user having to click on anything
In javascript
function goBackTwice()
{
window.history.go(-2)
}
You may want to look into https://github.com/browserstate/history.js/ for a more robust client side solution.

Categories