.NET Web ServicesDiscussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Thanks alot for care of me,
and big Thanks to Mr. samjudsun.
Actually I have a graduate project with my students, and that project is "advertisement network" Details:
The project is that advertisers give us their ads ( advertisement ), and then publishers take ads from us, It's similar to google adsense one.
so we provide the publisher an ad code, then he embed it in his website pages. To make the process is easy for the publisher, that code is in javascript, and has similar idea of the adsense one.
We had some difficulties in how that code will get ads from our server. But now is solved.
Required, 1) please guide us if we had an error concepts/ideas in our project 2) guide us to a code in javascript where we can develop the required code to be delivered for the publisher.
We hope we walk in the right way, if you have not understood us well, I suggest I have to clarify more. We'll regard you as a 2nd supervisor of our project, we will write your name in the documentation.
I help out on these forums for fun - if you have a specific problem then I'll try and help, but I'm not here to do the work for you.
If you don't know how to do something then can I suggest that it would be a bad idea to set it as an assignment for your students - how can you help them if you likely don't even understand the question.
__________________
/- Sam Judson : Wrox Technical Editor -/
Looks fine to me. You are after all outputting some Javascript - which is then running. And that javascript is then outputting some HTML, which the browser is parsing, and the only thing you see is the visible text, not the raw HTML.
__________________
/- Sam Judson : Wrox Technical Editor -/