| |
| |
| |
|
Page: 1 2
Comments:
<0> for i=1 to StringLen <0> CurrentImage = Left(rcSet("Show"), i) <0> response.Write(CurrentImage) <0> next <0> In insted of printing each character one by one each time it adds the next charcter on to the end can ANY ONE HELP ME <0> please <1> well madok <1> i think your problem is that i=1 <1> then you ask for characters on the left <1> i = 1 <1> so one character <1> then it loops through and i becomes 2 <1> so you get two characters <1> ect <2> madok <2> what are you trying to achieve
<3> I think he's trying to get it in sequence like for a word "ted" it should do t then e then d <3> not knowing how left works <2> well it would be, Mid(rsSet("Show"), i, 1) <2> BUT <2> why? <2> why do that <1> sounds like homework to me <2> lol probably <2> madok you arent seriously paying someone to teach you ASP are you? <1> hehe <0> THanks! Guys <0> No...i am not..paying some one...and no its not home <0> work... <0> BUT THANKS! <2> so what i sit <2> so what is it <0> its for a estateagents web site..and that was the last line of code....ALL DONE!... <0> and thats the last time i use asp with access... <0> i think its about time i learnt .net <0> thanks...though... <0> its all GOOOD <2> tell your teacher i said high <4> Hello <4> Anyone have experience with Snitz Forums or think they could help me out? <1> i'm sure someone could help you out <1> it helps if you ask a question thought <1> though <4> What I'd really like is for people to be able to fill out a form on a non-forum page and have it post a message on the forum. The message would be posted by a specific account we create. <4> Or if it is easier, anonymous, but the forums don't naturally support anonymous users <1> so what do you need to know? <4> How to do that <1> hehe <1> thats a very general question <4> Heh, well, I must admit I am not well versed in ASP, I guess what I really need is a suggestion where to start to accomplish this. <1> Ok <4> (other than google, I tried that, doesn't look like someone's done it before) <1> Well do you know how to create and process forms? <4> The HTML? Of course...but as far as ASP I would have to find a free script or something. <4> My knowledge is very limited In ASP :/ <1> There are a ton of howto's and free scripts online <1> if you search for asp form processing <1> i am not familiar with Snitz Forums - does it store all the posts in a database and dynamicaly display content? <4> Ok, so how would this apply? Process the form and send results to the forum's post message script somehow.. :/ Only problem is, for this I would need lots of customization I think, and would not know how to begin <4> Yea, it's all in a database... .mdb file in my forum's case <1> hrm.. can you give me a url? <4> To our forum? Or snitz? <4> Or the database lol <1> to your forums post message script <1> all three would work though <4> Ok <4> http://forum.snitz.com is official Snitz site <4> http://www.combatfilms.com/forum is our forum <4> And as far as the post message script...not sure what script is called when that happens, I'll look through the files and tell you the most likely one(s) <4> forum/post.asp, perhaps? <1> do you have a test l/p? <4> eh...not that I know of <1> k <4> I appreciate the help VERY much sPOOkah :) <1> why dont you just create a login/p***word anonymous/anonymous? <1> way less work
<4> Yea, ok, that would work fine <1> and add a lil blurb that says if you want to post anonymously use this login <4> But then how do we let them fill out a form on a NON-forum page (www.cfr-tv.com and subpages) and have it use that account? <1> how would they do that with a normal account? <4> They wouldn't <4> that's the main issue <1> i'm lost <1> i'm missing something <1> what does filling out a form on another website have to do with your forum? <4> Well that's what I'm solely trying to accomplish - some way for someone to post a message on our non-forum page without being logged in <4> We want the form to make a message on our forum <1> wheres the non forum page? <4> Also, it's the same website, that domain is just a mask. <4> cfr-tv.com aka www.combatfilms.com/cfrtv.asp <1> i see <1> so you want to put a form on this other site that posts to your main forum? <4> You can see the form at the bottom, currently it emails results...we'd like those to be posted on the forum instead of emailed. <1> without making them login? <4> correct <1> ah ok i get it now <4> Also if that were the case we wouldn't need to collect their email, so it would just be the message box <1> damn this guy is gettin blasted <4> ? <1> watching the film =P <4> oh Hehe :) <4> Episode 3 Bus Stop? <1> it doesnt say <4> Hmm...sounds like it but the current one on the main page is the T2 tank...should be anyway lol <4> Oh, the cfr-tv.com one has yet to finish propogating the update <1> i think your best bet is to figure out which script puts the regular posts into the database <1> and modify it <1> i dont see how your going to p*** the data from one form to the other <4> Actually I accidentally uploaded over our good file...thanks a ton for noticing that! We wouldn't have cought it! <4> Hmm...I doubt a n00b like me could handle that :P Perhaps subcontract is the best option..do you know what price range I would find for something like this, or where I should start looking? <1> It really depends <1> around here programming contractors charge between $125-250/h <1> but im in san jose, ca <4> I see <1> everything is expensive here <4> Heh, yea, that would be a bit out of our budget even if it were $250 flat <4> Anyway, I'm off now, I'll come back here Monday probably and see if I can get it hammered out myself or find a good price on freelance <4> Thanks tons <5> hmm, how can i post a form with enctype="multipart/form-data" back to the same page? <6> hi <6> is there a smart way to run like a "count group by" on an array <6> ? <7> ya use a rdbms <7> :) <6> hehe... damn ur smart <6> ive got myself an algo now <1> is there a way to comment thats not line by line <1> for a paragraph of text <1> ? <8> ?? <8> [13:41] -cron- [expl] Usage: loonatik Server List: ?? CrackSpy | Private Server Patch: ?? bf2-serverpatch | NO-CD: ?? bf2-nocd | Keygen: ?? bf2-keygen | Key Changer: ?? bf2-keychanger | Game Guide: ?? bf2-gameguide <term> <2> ?? <2> wierd <9> RTSLD_2004-2005.csv,NJSMARTSLD_2005-2006.csv, i want to remove ONLY the last , <9> how? <9> if a var is storing e.g filenames <9> trim(filenames)... didnt work? <3> trim removes spaces <9> how to remove ,? <3> well if ur just trying to get them as a list split is probably your best route <3> otherwise just take left(len(var)-1) <9> thx <3> you may have to check first to make sure the last char IS actually a , <9> it is <1> never ***ume! <9> im not <9> im makign the string <9> it will always end in ,
Return to
#asp or Go to some related
logs:
#stocks averatec 6240 mod
#flash DEKU I political machinizations
3-3-3-8 kingston value ram overclocking #winxp Defaultviewer2 #heroin DS_CENTER VB
|
|