[orkut-developer] Re: How to display a diff page in Profile view ?

2008-07-03 Thread Jason
This should work; I just gave it a whirl in my test account. Can you provide the URL of the app where you're seeing the printed script? - Jason On Jul 2, 10:18 am, "varun.j" <[EMAIL PROTECTED]> wrote: > Hey. it did not work out. > > in canvas it just print the full script in a single lin

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-07-02 Thread varun.j
Hey. it did not work out. in canvas it just print the full script in a single line :( did any one try ??? any other way ??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" grou

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-07-01 Thread varun.j
Thanks :) i m gonna try out --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to opensocial-orkut@googlegroups.com To unsubscribe from this gro

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-07-01 Thread Jason
You don't need to put .. in your Content element since the gadget renderer does that for you. In general, you should avoid using meta elements since they won't work reliably (if at all) in this context. In your case, I'd recommend a JavaScript redirect: ... function redirect() {

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-28 Thread varun.j
Hi anyone tell me wat is worng ? profile http://asdf.com";> Loading...http://asdf.com";>Click here! how to use a Reditect code in canvas here ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Or

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-28 Thread Prithvi Raj
and please make sure to include On Jun 28, 1:28 pm, Prithvi Raj <[EMAIL PROTECTED]> wrote: > Never tried your code. But i guess it wont work. > The orkut developer documentation only says about what I gave above. > > Anyway just give a try to both... the one I gave will surely work.. > and if th

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-28 Thread Prithvi Raj
Never tried your code. But i guess it wont work. The orkut developer documentation only says about what I gave above. Anyway just give a try to both... the one I gave will surely work.. and if the one you gave works.. then please do inform me about that. :-) On Jun 28, 11:25 am, "varun.j" <[EMAI

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-27 Thread varun.j
Can we write like this ? Eg: Profile View is the above code correct --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this gro

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-27 Thread Prithvi Raj
include this in your and in your content add this... function getViewName() { return gadgets.views.getCurrentView().getName(); } if (getViewName() == "canvas") { /// code to re-direct to http://wallpapers.mobile3k.com } if (getViewName() == "profile") { document.write(""); }