Click here to Skip to main content
16,022,971 members

Comments by Nischal Shar (Top 7 by date)

Nischal Shar 25-Dec-23 2:01am View    
I'm Sorry for the question being problematic, The .blac-cont container isn't taking the full height space available here. I think that would clear up the doubt.
Nischal Shar 10-Aug-23 8:03am View    
You are so Right. THANK YOU. I'VE BEEN TRYING SO HARD TO DEBUG IT AND NOW I AM QUESTIONING MY SELF WHAT THE HECK OF A PROJECT I'VE TAKEN ON. ERGGG, THANK YOU
Nischal Shar 10-Aug-23 7:02am View    
only code i've now is the code i uploaded in this question it's all from my native code editor there's nothing left i've uploaded everything here. THANK YOU
Nischal Shar 10-Aug-23 6:42am View    
sorry but there is fetch made request is being made after i applied your code.
you said you need to debug your code i looked everything but i don't think there is anything wrong with the code . Would you please look at it one more time ??. THANK YOU
Nischal Shar 9-Aug-23 11:38am View    
okk that's my fault to put the url there i just wanted to be clear
now this
if (!response.ok) {
const responseText = await response.text();
console.error(response.status, response.statusText, responseText);
// TODO: Display an error message to the user...
return;
}

const searchResults = await response.json();
// TODO: Display the search results to the user...

}
in this line
const searchResults = await response.json();
// TODO: Display the search results to the user...

}
as i said i wanted load the results of that url's user search page into the in my code can't we actually append it using js like after the request finishes when the request brings the result from that page and we append everything of that page the request brings in div result besides head body html tag of that page
and now also
I want to be clear I can manage a bit to survive till now using js only click events and user side level js
I know you will be so frustrated to clear this type of doubt to me and all i can say is, THANK YOU.