Jump to content
  • 0

I want to purchase, one question though.


sirchmeister

Question

Hi, I am almost done integrating WHMCS in my site. However, I have come across a roadblock in this. I am adding a Login box to my front page as per the code given in the system. My problem is, I run my site off of Joomla and have my entire client area wrapped into the site. So, when I use the Login box it of course opens the client area in a new window. Which is what I don't want. I want the link to go into the wrapped part. I do not know how to specify it as a target because I am not quite sure how that would work. Any suggestions?

 

By the way, this blows WHM AutoPilot out the water.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Joomla wrapper = iframe.

 

If your wrapper component has an iframe and attribute called name, you should be able to simply make the form post to that frame.

 

There are plenty of tutorials on doing this. Check the joomla or mambo forums, it's been explained a million times. :) In brief, you simply post your page to the target frame.

Link to comment
Share on other sites

  • 0

it is usually as per the following... so you can target by name, (here "iframe") or if you are going to set the page with javascript use thee id with getelementid or getelementbyname.

 

<iframe

onload="iFrameHeight()" id="blockrandom"

name="iframe"

src="http://www.limboforum.com"

width="100%"

height="600"

scrolling="auto"

align="top"

frameborder="0"

class="wrapper">

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated