another noob needs help :@ :banghead:
Moderator: General Moderators
Re: another noob needs help :@ :banghead:
yeah! It works on ma phone's default browser now but not on opera mini6?
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: another noob needs help :@ :banghead:
Haven't tested it in the browser (opera mini6) so that could be a point to look at.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: another noob needs help :@ :banghead:
now i've another problem, i want my html form textarea's default value to be from the contents of a file but i am too new for this, can you help me?
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: another noob needs help :@ :banghead:
You've already applied it successfully to the page the displays the data so it shouldn't be too difficult with the textarea. The process could be as follows:
1. See if anything is written in the file
2. Retrieve it
3. Sanitize and display
Hth
1. See if anything is written in the file
2. Retrieve it
3. Sanitize and display
Hth
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: another noob needs help :@ :banghead:
thank you!social_experiment wrote:You've already applied it successfully to the page the displays the data so it shouldn't be too difficult with the textarea. The process could be as follows:
1. See if anything is written in the file
2. Retrieve it
3. Sanitize and display
Hth
Got the code workin'
check it out !