1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By camjohnson95

  1. eldo liked camjohnson95's post in the thread A noob question.

    It depends on the website... Are you using Visual Studio? And if so what version? I tend to avoid master pages and just use...

    Oct 13, 2010
  2. BCRed liked camjohnson95's post in the thread Browser Based Redirects.

    Far better to avoid JavaScript unless necessary, as it is possible that the user does not have it enabled (only a very small...

    Aug 3, 2010
  3. SIPHILP liked camjohnson95's post in the thread I have my source code through FTP how do I edit ?.

    You can edit them locally and then upload the new file, or if your host provides an online control panel you can normally edit them from...

    Dec 20, 2009
  4. Astroman liked camjohnson95's post in the thread Display results in box or div on same page..

    <HTML><HEAD> <SCRIPT> window.onload = function() { var myForm = document.getElementById("theForm"); myForm.onsubmit = function() {...

    Nov 23, 2009
  5. itsme liked camjohnson95's post in the thread Need help with a tricky JS problem....

    One possibility is to create a windows application that your users can download. This could have a web browser embedded and fille the...

    Nov 11, 2009
  6. dimitar christoff liked camjohnson95's post in the thread Very simple JavaScript question.

    Here is an example for you: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...

    Aug 21, 2009
  7. TJ1234 liked camjohnson95's post in the thread Very simple JavaScript question.

    Here is an example for you: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...

    Aug 21, 2009
  8. JJnacy liked camjohnson95's post in the thread How to ping a site to know its IP ?.

    I'm unaware of how to do this in classic asp but here is .NET: Imports System.Net Sub resolveHost(ByVal host As String)...

    Jul 19, 2009
  9. snufse liked camjohnson95's post in the thread GridView.Footer - LinkButton problem.

    I don't see you declare the button: Dim myLinkButton As New LinkButton I can only assume that you declare it globally. Try...

    May 22, 2009
  10. Link.ezer.com liked camjohnson95's post in the thread how to capital a word by asp.

    <% Dim a a = "message" a = Ucase(Mid(a, 1, 1)) & Mid(a, 2) Response.Write a %> or if you want...

    Apr 28, 2009
  11. JJnacy liked camjohnson95's post in the thread how to create a site thumb image ?.

    http://www.websitesscreenshot.com/ provides a free version which has a watermark on all the images or it costs about $100 for the full...

    Apr 27, 2009
  12. Im The ONE liked camjohnson95's post in the thread xyz() is not a function.

    i'm not sure why you had the (); after the end of the function.

    Mar 27, 2009
  13. it career liked camjohnson95's post in the thread Suggest me some non intrusive but attractive way to ask visitor to bookmark my websit.

    start with something like this maybe. http://www.tamingthebeast.net/articles/favicon.htm

    Mar 18, 2009
  14. tonyrocks liked camjohnson95's post in the thread Grabbing Search Engine Terms in .Net.

    here is a function that should do it: Function getKeyWords() Dim searchEngines(4) As String Dim queryVar(4)...

    Mar 3, 2009
  15. wacamoi liked camjohnson95's post in the thread How to collect items from pages?.

    try this: http://www.w3schools.com/ASP/asp_sessions.asp

    Feb 20, 2009
  16. akinak liked camjohnson95's post in the thread get hyperlink form MS Access in ASP?.

    Maybe try this: <% Dim Conn Dim rs Dim sql Set Conn = Server.CreateObject("ADODB.Connection") Conn.Provider =...

    Nov 24, 2008
  17. Sean@WMS liked camjohnson95's post in the thread Asp pages how to show html format in browser.

    How about a blank file 404.aspx with a code-behind file 404.aspx.vb similar to this: Imports System.IO Imports System.Net...

    Nov 5, 2008