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 IamaSherpa 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: *

  1. Ikramy

    XML =? XHTML

    Hello guys, I'm new to XML. Are XML and XHTML two terms for the same technology? Are they two different technologies? What is the difference between XML and XHTML? Can anyone answer these questions, please? Regards
  2. Ikramy

    DIV and SPAN instead of TABLE!!!

    hello guys, some client is asking me to use DIV and SPAN tags instead of TABLE tag .. can anyone show me how to do that, just give a simple example please .. and THANK you very much.
  3. Ikramy

    having more than one application

    leadman, I think you should use the <CFApplication> tag once in the application.cfm file .. you can write the following code, and I think it will work: ====================================== <CFApplication name=&quot;cart_admin&quot; sessionmanagement=&quot;yes&quot...
  4. Ikramy

    Query Result As Pages

    <CFSET maxrows = 10> <CFPARAM name=&quot;start&quot; default=&quot;1&quot;> <CFOUTPUT query=&quot;queryname&quot; start=&quot;#start#&quot; maxrows=&quot;#maxrows#&quot;> display query result here … </CFOUTPUT> <CFSET pages = #ceiling(queryname.recordcount / maxrows)#> <CFLOOP...
  5. Ikramy

    Search-result from other search-engines

    I've seen some websites that return search-results from other search-engines. They give the option to search usin' Yahoo, Altavista, Lycos, and other engines. Is that easy to be implemented? Can anyone tell me how to do that? Regards
  6. Ikramy

    Search for a word within the current HTML document

    How can I do a simple search-engine that looks for a word inside the current HTML document? I mean, if the search form is inside the page default.htm then the search-engine will look for the word inside default.htm.
  7. Ikramy

    CSS Properties Supported By IE4

    CSS (Cascading Style Sheets) Properties Supported By IE4 [b] BACKGROUND: #31cece; BACKGROUND: url(c:\images\bground.gif); BACKGROUND: 50%; BACKGROUND: 200px; BACKGROUND: transparent; BACKGROUND: aqua; BACKGROUND-ATTACHMENT: scroll; BACKGROUND-ATTACHMENT: fixed; BACKGROUND-COLOR: #313100...
  8. Ikramy

    CSS Properties Supported By IE3

    CSS (Cascading Style Sheets) Properties Supported By IE3 [b] BACKGROUND: url(c:\docs\images\bground.gif); BACKGROUND: #009cff; BACKGROUND: white; COLOR: #009c9c; COLOR: blue; FONT-FAMILY: sans-serif; FONT-FAMILY: sans-serif, arial, helvetica; FONT-SIZE: 12%; FONT-SIZE: 8px; FONT-SIZE: larger...
  9. Ikramy

    Client's IP Address

    I'm sure, strantheman The server is not on my LAN. Say the internal IP of the server is 'A' and the client's machine IP is 'B'. Can ya help?
  10. Ikramy

    Client's IP Address

    hi there, i use #remote_addr# to get the IP address of the client's machine, but it gives me the IP of the server! so, how can i get the IP of the client's machine? with regards
  11. Ikramy

    Attachement with CFMail

    hi there, how can i attache a file to CFMail? with regards
  12. Ikramy

    META Tag - Transition

    Hi, Unfortunately, it doesn't work with NS; I tried it with NS6.x but it didn't work. It works with IE, but I don't know what versions. Make a try ;-)
  13. Ikramy

    META Tag - Transition

    Transition is done by adding a simple META tag between the <head> and </head> tags instead of using Javascript or something of that nature, so it's not that much of a pain to your visitors. The tag structure is like this: <META http-equiv=&quot;Page-Enter&quot...
  14. Ikramy

    outlook 2000 - how can i get my emails back?

    hi there, my outlook 2000 is crashed .. how can i get my e-mails back? with regards
  15. Ikramy

    customize scrollbar's color

    It's not a new tip, it's a piece of cake. That can be implemented with CSS as the followin: <style type=&quot;text/css&quot;> <!-- body { scrollbar-base-color:#336699; } --> </style> Enjoy it :-9

Part and Inventory Search

Back
Top