phfilly 26 Junior Poster

There is a lot of neat javascript/jquery plugins you can download for free. And I know HTML 5 also supports a progress bar if you want to read up on that.

But the ones you're going for would be like these if I understand you correctly:

JS - http://s3.envato.com/files/2526201/index.html
Check under "Untypical usage: poll result" there is a static progressbar example with code!

Jquery example - http://jqueryui.com/progressbar/

Hope this helps!

phfilly 26 Junior Poster

I found a way which does the part - thanks for the help. Was just something small.

var title = $(this).find('dc\\:title').text();

I have the controll I wanted now.

phfilly 26 Junior Poster

This link will help with the srand function http://www.cplusplus.com/reference/clibrary/cstdlib/srand/. The site helps with some basic c++ theory and functions.

phfilly 26 Junior Poster

@Techite - don't do the program for him! He first needs to show his attempt (according to Daniweb rules) and then you help him from there!

Nick Evan commented: Indeed +14
phfilly 26 Junior Poster

Thanks for the reply! I tried an alternative with just the

header("location:Not_Registered.html?msg=$msg");

And then from there you can navigate back to the login.html

cwarn23 commented: Good response. Love the easy answers :) +12