Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lagc
  • Content: Threads
  • Order by date
  1. lagc

    Highlighted selected link from list

    I have a script that pulls all countries out of the database and displays them as a list. The customer can select any of the countries, which will then display all the regions within that country, again for the customer to select before they move onto the next stage. What I would like to do...
  2. lagc

    Capture end of URL

    Hello all, I have just translated a complete English site into a German site, its identical, appart from the translations, but they are using 2 different URL's. What I'm tying to do, is capture everything after .com into a variable, so I can add it to the German flag which will then take that...
  3. lagc

    Dumping SQL database using php My Admin then importing back in

    Basically I have 2 databases viewable in php My Admin. One is an English database and the other is a German database. There has been a lot of work on the content of the english and what we want to do is take an exact copy of that, and then import that into the german database. Then I can...
  4. lagc

    Dumping SQL database using php My Admin then importing

    Basically I have 2 databases viewable in php My Admin. One is an English database and the other is a German database. There has been a lot of work on the content of the english and what we want to do is take an exact copy of that, and then import that into the german database. Then I can...
  5. lagc

    fill text field not working in Mozilla, ok in Opera

    I have an admin page that has a country selection field that is populated dynamically, and then on choice of country a region field is made available, and the regions for that country only are displayed, to be selected. In Mozilla when i choose the country, the region drop down doesnt extend...
  6. lagc

    COPY function not working

    A little ahile ago we where hacked and as a result the hosting company made us lock down the folders, which in honesty was fair enough as they werent secure. Anyway, we have an admin system that uploads hotels to the server, and since we have secured the image folders, we cant upload images...
  7. lagc

    Delete unused images from root folder

    Hi all again, hope everybody is well. I have just had an email from our host letting me know that we are getting very close to our capacity, and we need to trim things down a bit. My biggest problem folder is our image folder, as it contains about 10 years worth of hotel images, and probably...
  8. lagc

    Only allowing images to be uploaded in image upload script

    Over the weekend I was hacked and my site was used to upload a php file through an image upload area, and subsequently thousands of spam emails where sent out. I can recognise the script that I'm supposed to be workign with, but I'm not 100% with it. What my hosting company wants me to do is...
  9. lagc

    or inside if statement

    I'm stuck on the code below guys, anybody see the obvious mistake. <% if (WeekDayName(WeekDay(Date) = ("Saturday"))) or (WeekDayName(WeekDay(Date) = ("Sunday"))) then %> This is the error I'm getting Microsoft VBScript runtime error '800a0005' Invalid procedure call or argument...
  10. lagc

    ASP based CMS

    I bought an asp book a long time ago, i think it was teach yourself asp and build a cms in 28 days, somehitng like that. At the time, it was just what i was looking for, as I tend to get asked to do basic cms's that allow say antique dealers to upload images & text to an access database, and...
  11. lagc

    adding year,month,date &amp; day to database

    Hi all, I have this simple cms for a client, who wants to add an event to the database using year, month, date & day. He then wants these events to order themselves when displayed so that 2009 dates fall before 2010, then the month & date, so all nicely in order. So this is how i thought...
  12. lagc

    Event handlers for error scripts

    Good morning, I am having problems with my site, and I need to see what the problem is, but the host has set friendly errors. They said that I needed to use event handlers on the error page so the 500 Internal Server Error I'm getting can be worked out. Can anybody help me with this.
  13. lagc

    Event handlers for error scripts

    I have a prblem with a site and because of friendly errors set bythe host, I cant see where the problem is. I asked them about it, and they said that I needed to use event handlers to bring out a more descriptive error. I keep getting a 500 Internal Server Error, and a message that gives no...
  14. lagc

    if statement problem in aspx page

    I have an ascx page, but its the same as aspx im told, and i need to wrap an if statement around a piece of html thats looks at the url and thats when the if else statement needs to work, as below: <%# if(url=("http://www.mysite.com/loginpage.aspx")){ <td valign="middle" align="center"...
  15. lagc

    if statement for an ascx page

    I have never come across a ascx page before, but I'm working on a site that was developed outside the company and I'm trying to re-skin it and change things around a bit. I got an image that I want only to show on the login page and not elsewhere, so th eoanswer to this is to use an if...
  16. lagc

    an if statement is a ascx page

    I have an image issue in an ascx page, its not really anything to do with code itself, as what I need to control is the html part of it. Basically I have an image tucked away in a table and what I need to do is check the url, if the url is displaying what I need it displays the image, if not i...
  17. lagc

    runat=&quot;Server&quot; and how they can be found

    I have just taken on a new system by a client that needs re-skining, just about all I can with asp.net systems, as I'm not familiar at all in honesty. I was going through the code looking for background colours to change and adding a few div's here and there, pretty much working on the CSS...
  18. lagc

    local host not recognising .aspx file extensions

    I just set up IIS on a windows system running windows XP, and there is a file there called default.aspx and login.aspx and neither will show correctly, only showing the code from those pages. Im not sure how to sort this out, but I'm pretty sure its that its not recognising the .aspx file...
  19. lagc

    Emails captured in access database

    I have a website that captures the emails that are sent from the websites contact form. Is there a piece of free software out there than can grab those emails and then use them when sending out marketing emails. Cheers
  20. lagc

    document type does not allow element &quot;iframe&quot; here

    I have this validation error: document type does not allow element "iframe" here with the code below: //You may change most attributes of iframe tag below, such as width and height: document.write('<iframe id="datamain" src="'+iframesrc+'" width="125px" height="220px" marginwidth="0"...

Part and Inventory Search

Back
Top