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 TouchToneTommy 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. PsychoPif

    Bad argument

    Here is the function that cause an error function ShowMbrInfo(mbrNick) { var strPage = &quot;'MemberInfo.aspx?mbr=&quot; + mbrNick + &quot;'&quot;; window.open(strPage, &quot;Info&quot;,&quot;height=400,width=150&quot;); } I get a bad argument error. <a href=&quot;#&quot...
  2. PsychoPif

    Prblem with my first schema

    Thanks a lot. I can't think of a tutorial where you have such kind of typo. Guess next time I'll be more critic about what i read on this web site.
  3. PsychoPif

    Prblem with my first schema

    Here is my code : <?xml version=&quot;1.0&quot;?> <xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;> <xs:element name=&quot;Forum&quot;> <xs:complexeType> <xs:sequence> <xs:element ref=&quot;frmName&quot;/> <xs:element ref=&quot;frmRight&quot; /> <xs:element...

Part and Inventory Search

Back
Top