Jump to content

comcoldice

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by comcoldice

  1. comcoldice

    Phpbb

    for allotment.com/forum/ I just installed in from the cpanel. right now it says ****** goes here and so on where do I change that information which php files controls all of that.
  2. True...I ageer with you on splash screens I have done that till I can find how to make it not do a popup just do it to itsself their has to be a way to do it. I'm not that good with javascript but if yo can did it on a popup and I found you can do window.self just make seen you can do it to the main page while it loading. talk to me on AIM. to maybe work these one out.
  3. All so tryed: <script LANGUAGE="JavaScript"> <!-- window.resizeTo(655,450); window.self.statusbar.visible=false; window.top.scrollbars.visible=false; window.self.personalbar.visible=false; window.parent.directories.visible=false; window.self.menubar.visible=false; window.self.locationbar.visible=false; window.top.toolbar.visible=false; --> </SCRIPT>
  4. Hello, I have an Idea to do with javascript up it far beyond my mind and google. On ecoadventure.com is the site I have to load a popup when you first hit the site: code looks like: window.open ('index.html', 'newwindow', config='height=645, width=925, left=45, top=40, toolbar=no, menubar=no, scrollbars=no, resizable=yes, location=no, directories=no, status=no') is their away to make it do like window.self so I don't load a popup I looked in to window.resizeto but I can't take the menubar off and statsbar and so on. ???????????
  5. Hello, It looks like you are haing trouble with your Shopping chart. On the pages that say View Chart it looks like you have <a href="cgi-bin/viewcart.cgi"> The get quote link works and it has: <a href="/~steelbu/cgi-bin/tiltprices.cgi"> That just an Idea that mit fix that one. Also your form to buy after you clikc on get quote is sending to: <form method="post" action="/cgi-bin/cart.cgi"> is these correct that mit be a resoan that its not works. most of the time with CGI scripts you have to pass a value to it to work. Look like you have value being sent in a hidden form. you don't need to put <form method="post" action="/cgi-bin/cart.cgi"> twice on a page just one time at the begging and the end </form> that will help I hope with some of your erros you are getting. I'm not with TCH just a computer nerd out their to see if he can help other people
×
×
  • Create New...